diff --git a/CHANGELOG.md b/CHANGELOG.md index 70225c7..09a97d5 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.9.7](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.7) (2019-07-30) + +* Removed unused `networkState` property from `ParticleDevice` + +* Added support for `networkId`, `networkRole`, `networkRoleState` (device roles need to be approved) properties + ## [0.9.6](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.6) (2019-06-27) * Added support for editing device notes and pinging the device diff --git a/Particle-SDK.podspec b/Particle-SDK.podspec index eb24ba0..02a6d43 100644 --- a/Particle-SDK.podspec +++ b/Particle-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Particle-SDK" - s.version = "0.9.6" + s.version = "0.9.7" s.summary = "Particle iOS Cloud SDK for interacting with Particle powered devices" s.description = <<-DESC Particle (formerly Spark) iOS Cloud SDK Cocoapod library