From 70682148fc18eaa85b0759c503b0dbcc7b8fbec0 Mon Sep 17 00:00:00 2001 From: Raimundas Sakalauskas Date: Thu, 27 Jun 2019 13:30:59 +0300 Subject: [PATCH] prepare for 0.9.6 release --- CHANGELOG.md | 10 ++++++++++ Particle-SDK.podspec | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9a475..70225c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ 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.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 + +* Added support for custom ParticleCloud API base URL + +* Added support for `ParticleDeviceSystemEventFlashFailed` event + +!!! Potentially breaking change !!! +* Preciusly unused `version` property has been renamed to `systemFirmwareVersion` and now it contains DeviceOS version string. ## [0.9.5](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.5) (2019-04-12) diff --git a/Particle-SDK.podspec b/Particle-SDK.podspec index 246c596..eb24ba0 100644 --- a/Particle-SDK.podspec +++ b/Particle-SDK.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Particle-SDK" - s.version = "0.9.5" - s.summary = "Particle iOS Cloud SDK for interacting with Particle powered devices (Core/Photon/Electron and more)" + s.version = "0.9.6" + s.summary = "Particle iOS Cloud SDK for interacting with Particle powered devices" s.description = <<-DESC Particle (formerly Spark) iOS Cloud SDK Cocoapod library The Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connected products via the Particle Cloud. - Library will enable your app to easily manage active user sessions to the Particle cloud, query for device's type, info, read and write data to and from the Core, Photon and Electron devices (via exposed firmware variables and functions) as well as publish/subscribe device and cloud events. + Library will enable your app to easily manage active user sessions to the Particle cloud, query for device's type, info, read and write data to and from all Particle devices (via exposed firmware variables and functions) as well as publish/subscribe device and cloud events. DESC s.homepage = "https://github.com/spark/particle-sdk-ios" s.screenshots = "http://i59.tinypic.com/mrthqc.jpg"