Skip to content

Commit 3c424d1

Browse files
committed
Prepare for 2.2.1 updateSubscriptions functionality
1 parent 335700e commit 3c424d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

18+
## [2.2.1](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.2.1)
19+
_Released on 2017-11-10_
20+
21+
#### Added
22+
- Added the `updateSubscriptions` function to create to modify channel, list, and message subscription preferences.
23+
1824
## [2.2.0](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.2.0)
1925
_Released on 2017-11-03_
2026

iterableapi/build.gradle

+1-1
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.0'
44+
libraryVersion = '2.2.1'
4545

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

0 commit comments

Comments
 (0)