Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
idokleinman committed Sep 8, 2016
1 parent 64189e6 commit 1a26dc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Spark-SDK.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1a26dc3

Please # to comment.