Skip to content

Commit 6e8509a

Browse files
Prepare for Release 3.7.0 (#1011)
Co-authored-by: joaodordio <joaodordio@users.noreply.github.com> Co-authored-by: Joao Dordio <joaodordio@icloud.com>
1 parent 9e52ac4 commit 6e8509a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ 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.7.0]
68
- Replaced the deprecated `AsyncTask`-based push notification handling with `WorkManager` for improved reliability and compatibility with modern Android versions. No action is required.
79
- Fixed lost event tracking and missed API calls with an auto-retry feature for JWT token failures.
810
- Added `onEmbeddedMessagingSyncSucceeded()` and `onEmbeddedMessagingSyncFailed()` callbacks to `IterableEmbeddedUpdateHandler` for monitoring embedded message sync results.

iterableapi-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161

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

6767
if (hasProperty("mavenPublishEnabled")) {

iterableapi/build.gradle

Lines changed: 2 additions & 2 deletions
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.6.6\""
24+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.7.0\""
2525

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

9292
ext {
9393
libraryName = 'iterableapi'
94-
libraryVersion = '3.6.6'
94+
libraryVersion = '3.7.0'
9595
}
9696

9797
if (hasProperty("mavenPublishEnabled")) {

0 commit comments

Comments
 (0)