From db4491875a6f22c248b6bcb7e70c8d3e16c1d190 Mon Sep 17 00:00:00 2001 From: Raimundas Sakalauskas Date: Tue, 30 Jul 2019 22:13:58 +0300 Subject: [PATCH] prepare for 0.9.7 release --- CHANGELOG.md | 6 ++++++ Particle-SDK.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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