Skip to content

Commit

Permalink
Prepare for 2.2.2 fix error handling in IterablePushRegistration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtruong committed Nov 30, 2017
1 parent 2585bbe commit 1d416ae
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 @@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- nothing yet

## [2.2.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.2.2)
_Released on 2017-11-30_

#### Fixed
- Fixed error in IterablePushRegistration when `getDeviceToken` returns an empty PushRegistrationObject.

## [2.2.1](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.2.1)
_Released on 2017-11-20_

Expand Down
2 changes: 1 addition & 1 deletion iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '2.2.1'
libraryVersion = '2.2.2'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down

0 comments on commit 1d416ae

Please sign in to comment.