Skip to content

Commit 1cb555b

Browse files
Prepare for Release 3.9.0 (#1069)
Co-authored-by: franco-zalamena-iterable <franco-zalamena-iterable@users.noreply.github.com>
1 parent a7b9afc commit 1cb555b

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.9.0]
68
### Added
79
- Added support for in-app messages in fully Jetpack Compose apps using a Dialog-based renderer (`IterableInAppDialogNotification`), removing the requirement for a `FragmentActivity`.
810
- New `IterableInboxToolbarView` — an opt-in, reusable toolbar component for the inbox UI. Configurable via the new Kotlin sealed interface `InboxToolbarOption`:

iterableapi-ui/build.gradle

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

6767
ext {
6868
libraryName = 'iterableapi-ui'
69-
libraryVersion = '3.8.0'
69+
libraryVersion = '3.9.0'
7070
}
7171

7272
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.8.0\""
24+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.9.0\""
2525

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

9292
ext {
9393
libraryName = 'iterableapi'
94-
libraryVersion = '3.8.0'
94+
libraryVersion = '3.9.0'
9595
}
9696

9797
if (hasProperty("mavenPublishEnabled")) {

0 commit comments

Comments
 (0)