Skip to content

Commit 8a5a53b

Browse files
committed
Prepare for 2.2.5 Fix for changed NotificationCompat.Builder visability errors in build version 27.
1 parent c86dfbb commit 8a5a53b

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.2.5](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.2.5)
19+
_Released on 2017-03-31_
20+
21+
#### Changed
22+
- Updated requests to not send when there is an exception while constructing the JSON request body.
23+
24+
#### Fixed
25+
- Fixed the reference to internal fields in NotificationCompat.Builder for buildVersion 27.
26+
1827
## [2.2.4](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.2.4)
1928
_Released on 2017-03-07_
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.2.4'
44+
libraryVersion = '2.2.5'
4545

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

0 commit comments

Comments
 (0)