Skip to content

Commit

Permalink
Bump to 1.0 and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Nov 21, 2019
1 parent fdc4237 commit 6036291
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cloudsdk/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.0.0
=====
* Add support for boolean variables
* Remove requestPasswordResetForCustomer() since this functionality has been removed from the
Particle Cloud
* Change nullability contract of ParticleEvent to reflect that almost anything can be null
* Bump to 1.0.0, both to signify that we are no longer considered beta, and because this release
makes a couple breaking changes.


0.5.1
=====
* New features - Two factor authentication.
Expand Down
2 changes: 1 addition & 1 deletion cloudsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {


// This is the library version used when deploying the artifact
version = '0.5.1'
version = '1.0.0'

ext {
bintrayRepo = 'android'
Expand Down

0 comments on commit 6036291

Please sign in to comment.