Skip to content

Commit 1d416ae

Browse files
committed
Prepare for 2.2.2 fix error handling in IterablePushRegistration
1 parent 2585bbe commit 1d416ae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
#### Fixed
1616
- nothing yet
1717

18+
## [2.2.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.2.2)
19+
_Released on 2017-11-30_
20+
21+
#### Fixed
22+
- Fixed error in IterablePushRegistration when `getDeviceToken` returns an empty PushRegistrationObject.
23+
1824
## [2.2.1](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.2.1)
1925
_Released on 2017-11-20_
2026

iterableapi/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ext {
4141
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
4242
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
4343

44-
libraryVersion = '2.2.1'
44+
libraryVersion = '2.2.2'
4545

4646
developerId = 'davidtruong'
4747
developerName = 'David Truong'

0 commit comments

Comments
 (0)