Skip to content

Commit ceb73a1

Browse files
committed
Prepare for 2.1.8 Adds in image notifications and fixes errors for image loads.
1 parent cc99490 commit ceb73a1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

18+
## [2.1.8](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.8)
19+
_Released on 2017-07-28_
20+
21+
#### Added
22+
- Added support for android image notifications.
23+
24+
#### Fixed
25+
- Fixed load error for empty image url.
26+
1827
## [2.1.7](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.7)
1928
_Released on 2017-07-19_
2029

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.7'
44+
libraryVersion = '2.1.8'
4545

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

0 commit comments

Comments
 (0)