Skip to content

Commit a2796f8

Browse files
committed
Prepare for 3.0.1
1 parent 2c29fbf commit a2796f8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.1)
19+
_Released on 2018-08-10_
20+
21+
#### Fixed
22+
- The new email is now persisted when `updateEmail` is called
23+
- SDK now ensures that only one in-app message can be shown at a time
24+
1825
## [3.0.0](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.0)
1926
_Released on 2018-07-30_
2027
#### Added

iterableapi/build.gradle

Lines changed: 1 addition & 1 deletion
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.0'
72+
libraryVersion = '3.0.1'
7373

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

0 commit comments

Comments
 (0)