Skip to content

Commit

Permalink
prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RaimundasSakalauskas committed Nov 4, 2019
1 parent cfa1094 commit 053cc68
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/).

---
## [1.0.0](https://github.com/spark/spark-sdk-ios/releases/tag/1.0.0) (2019-11-04)

* Changed access token logging behavior to always log just last 4 digits

* Fixed a bug causing app to crash when attempting to resume session from the app running in the background

* Removed `requestPasswordResetForCustomer` as it is no longer supported by Particle Cloud API

## [0.9.7](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.7) (2019-07-30)

* Removed unused `networkState` property from `ParticleDevice`
Expand Down
4 changes: 2 additions & 2 deletions Particle-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "Particle-SDK"
s.version = "0.9.7"
s.version = "1.0.0"
s.summary = "Particle iOS Cloud SDK for interacting with Particle powered devices"
s.description = <<-DESC
Particle (formerly Spark) iOS Cloud SDK Cocoapod library
Particle 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 all Particle devices (via exposed firmware variables and functions) as well as publish/subscribe device and cloud events.
DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Particle iOS Cloud SDK

[![Platform](https://img.shields.io/badge/platform-iOS-10a4fa.svg)](https://github.com/particle-iot/particle-sdk-ios) [![Build Status](https://api.travis-ci.org/particle-iot/particle-sdk-ios.svg)](https://travis-ci.org/particle-iot/particle-sdk-ios) [![license](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/particle-iot/particle-sdk-ios/blob/master/LICENSE) [![version](https://img.shields.io/badge/cocoapods-0.8.1-green.svg)](https://github.com/particle-iot/particle-sdk-ios/blob/master/CHANGELOG.md) [![Carthage compatible](https://img.shields.io/badge/carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Platform](https://img.shields.io/badge/platform-iOS-10a4fa.svg)](https://github.com/particle-iot/particle-sdk-ios) [![Build Status](https://api.travis-ci.org/particle-iot/particle-sdk-ios.svg)](https://travis-ci.org/particle-iot/particle-sdk-ios) [![license](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/particle-iot/particle-sdk-ios/blob/master/LICENSE) [![version](https://img.shields.io/badge/cocoapods-1.0.0-green.svg)](https://github.com/particle-iot/particle-sdk-ios/blob/master/CHANGELOG.md) [![Carthage compatible](https://img.shields.io/badge/carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

### Introduction

Expand Down

0 comments on commit 053cc68

Please sign in to comment.