From c1796cc4f00b1d11377af4accfc7794d29fd0a77 Mon Sep 17 00:00:00 2001 From: franco-zalamena-iterable Date: Tue, 23 Jun 2026 14:36:46 +0000 Subject: [PATCH] Prepare for release 3.9.0 --- CHANGELOG.md | 2 ++ iterableapi-ui/build.gradle | 2 +- iterableapi/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5244459a2..51f52b5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [3.9.0] ### Added - Added support for in-app messages in fully Jetpack Compose apps using a Dialog-based renderer (`IterableInAppDialogNotification`), removing the requirement for a `FragmentActivity`. - New `IterableInboxToolbarView` — an opt-in, reusable toolbar component for the inbox UI. Configurable via the new Kotlin sealed interface `InboxToolbarOption`: diff --git a/iterableapi-ui/build.gradle b/iterableapi-ui/build.gradle index 229b49dd0..e19563142 100644 --- a/iterableapi-ui/build.gradle +++ b/iterableapi-ui/build.gradle @@ -66,7 +66,7 @@ dependencies { ext { libraryName = 'iterableapi-ui' - libraryVersion = '3.8.0' + libraryVersion = '3.9.0' } if (hasProperty("mavenPublishEnabled")) { diff --git a/iterableapi/build.gradle b/iterableapi/build.gradle index aca04aeef..3a77053d1 100644 --- a/iterableapi/build.gradle +++ b/iterableapi/build.gradle @@ -21,7 +21,7 @@ android { minSdkVersion 21 targetSdkVersion 34 - buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.8.0\"" + buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.9.0\"" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -91,7 +91,7 @@ dependencies { ext { libraryName = 'iterableapi' - libraryVersion = '3.8.0' + libraryVersion = '3.9.0' } if (hasProperty("mavenPublishEnabled")) {