Skip to content

Commit 9f50b3a

Browse files
committed
Prepare for 3.0.2
1 parent adb5b7d commit 9f50b3a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

18+
## [3.0.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.2)
19+
#### Added
20+
- The SDK now registers the token when a new email/userId is set and disables the old device if email/userId was previously set and then changed. This can be disabled by setting `autoPushRegistration` to `false` in `IterableConfig`.
21+
22+
#### Fixed
23+
- Fixed a NullPointerException when SDK isn't initialized in Application#onCreate and the app is opened from a push notification
24+
1825
## [3.0.1](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.1)
1926
_Released on 2018-08-10_
2027

iterableapi/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ext {
6969
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
7070
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
7171

72-
libraryVersion = '3.0.1'
72+
libraryVersion = '3.0.2'
7373

7474
developerId = 'davidtruong'
7575
developerName = 'David Truong'

0 commit comments

Comments
 (0)