Skip to content

Commit bce9623

Browse files
committed
Prepare for 2.1.9 Fixed image payload for notifications
1 parent 733b0dd commit bce9623

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+
## [2.1.9](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.9)
19+
_Released on 2017-10-20_
20+
21+
22+
#### Fixed
23+
- Fixed payload path for image url.
24+
1825
## [2.1.8](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.8)
1926
_Released on 2017-07-28_
2027

iterableapi/build.gradle

Lines changed: 1 addition & 1 deletion
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.1.8'
44+
libraryVersion = '2.1.9'
4545

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

0 commit comments

Comments
 (0)