Skip to content

Commit 9fd7622

Browse files
committed
Prepare for 3.0.4
1 parent 44bc987 commit 9fd7622

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

18+
## [3.0.4](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.4)
19+
#### Added
20+
- Added support for user registration with userId. The SDK will now create a new user for userId if it does not exist before registering the device on the user's profile.
21+
1822
## [3.0.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.3)
1923
#### Added
2024
- Added new device fields (Iterable SDK version, app version, app package name) to `registerDeviceToken` call

iterableapi/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ android {
99
minSdkVersion 15
1010
targetSdkVersion 27
1111
versionCode 1
12-
versionName "3.0.3"
12+
versionName "3.0.4"
1313

14-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.0.3\""
14+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.0.4\""
1515

1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1717
}
@@ -71,7 +71,7 @@ ext {
7171
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
7272
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
7373

74-
libraryVersion = '3.0.3'
74+
libraryVersion = '3.0.4'
7575

7676
developerId = 'davidtruong'
7777
developerName = 'David Truong'

0 commit comments

Comments
 (0)