Skip to content

Commit

Permalink
prepare for 0.9.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RaimundasSakalauskas committed Jul 30, 2019
1 parent 3b4fa88 commit db44918
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.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
Expand Down
2 changes: 1 addition & 1 deletion Particle-SDK.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit db44918

Please sign in to comment.