From 1a26dc31d0413de2fde74446429d4d44db95988d Mon Sep 17 00:00:00 2001 From: Ido Kleinman Date: Wed, 7 Sep 2016 19:37:46 -0700 Subject: [PATCH] meta --- CHANGELOG.md | 6 ++++++ Spark-SDK.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f26ff..9dfc85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). --- +## [0.5.1](https://github.com/spark/spark-sdk-ios/releases/tag/0.5.1) (2016-09-07) + +* Bigfix: Functions (Array) and Variables (Dictionary) in a SparkDevice instance will sometimes contain unknown type values for offline devices, this might cause problems with Swift - fixed. + +* Added: Set both those fields to nonnull for better Swift interoperability. + ## [0.5.0](https://github.com/spark/spark-sdk-ios/releases/tag/0.5.0) (2016-07-21) * Added: SparkDevice API function: getCurrentDataUsage for Electron devices diff --git a/Spark-SDK.podspec b/Spark-SDK.podspec index 9f9b0cf..1749dde 100644 --- a/Spark-SDK.podspec +++ b/Spark-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Spark-SDK" - s.version = "0.5.0" + s.version = "0.5.1" s.summary = "Particle iOS Cloud SDK for interacting with Particle powered devices (Core/Photon/Electron)" s.description = <<-DESC Particle (formerly Spark) iOS Cloud SDK Cocoapod library