Skip to content

Commit ebb029c

Browse files
authored
Merge pull request #908 from Iterable/prepare-for-release-3.5.13
[MOB - 11293] - Prepare for Release 3.5.13
2 parents 18df7da + 5700305 commit ebb029c

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [3.5.13]
68
### Fixed
7-
- SDK now retries `trackPushOpen` call when JWT is missing or expired, ensuring reliable push tracking after token acquisition.
9+
- SDK now retries `trackPushOpen` call when JWT is missing, expired or invalid, ensuring reliable push tracking after token acquisition.
810

911
## [3.5.12]
1012

iterableapi-ui/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161

6262
ext {
6363
libraryName = 'iterableapi-ui'
64-
libraryVersion = '3.5.12'
64+
libraryVersion = '3.5.13'
6565
}
6666

6767
if (hasProperty("mavenPublishEnabled")) {

iterableapi/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
minSdkVersion 21
2222
targetSdkVersion 34
2323

24-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.5.12\""
24+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.5.13\""
2525

2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
}
@@ -88,7 +88,7 @@ dependencies {
8888

8989
ext {
9090
libraryName = 'iterableapi'
91-
libraryVersion = '3.5.12'
91+
libraryVersion = '3.5.13'
9292
}
9393

9494
if (hasProperty("mavenPublishEnabled")) {

sample-apps/inbox-customization/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
implementation 'androidx.navigation:navigation-ui-ktx:2.1.0'
3434
implementation 'com.google.android.material:material:1.1.0'
3535

36-
implementation 'com.iterable:iterableapi:3.5.12'
37-
implementation 'com.iterable:iterableapi-ui:3.5.12'
36+
implementation 'com.iterable:iterableapi:3.5.13'
37+
implementation 'com.iterable:iterableapi-ui:3.5.13'
3838
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
3939

4040
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)