Skip to content

Commit

Permalink
Prepare for 2.1.7 Fix for empty in-app click actions not closing the …
Browse files Browse the repository at this point in the history
…dialog.
  • Loading branch information
davidtruong committed Jul 19, 2017
1 parent dad16df commit df4101d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- nothing yet

## [2.1.7](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.7)
_Released on 2017-07-19_

#### Fixed
- Fixed in-app button clicks without an action defined.

## [2.1.6](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.6)
_Released on 2017-07-19_

Expand Down
2 changes: 1 addition & 1 deletion iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '2.1.6'
libraryVersion = '2.1.7'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down

0 comments on commit df4101d

Please sign in to comment.