From 34999032324b60d1cd04aab5fe271e30acbbabcd Mon Sep 17 00:00:00 2001 From: Joao Dordio Date: Wed, 28 Jan 2026 18:08:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Prepare=20for=20release=203.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ iterableapi-ui/build.gradle | 2 +- iterableapi/build.gradle | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5015bb273..f4121c78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.6.4] +### Fixed +- Updated `customPayload` of In-App Messages to be `@Nullable` + +### Added +- Made `isIterableDeepLink` method public + ## [3.6.3] ### Fixed - Improved in-app message sizing and positioning calculations for better stability and performance, especially during device orientation changes diff --git a/iterableapi-ui/build.gradle b/iterableapi-ui/build.gradle index e730a2b73..611f50808 100644 --- a/iterableapi-ui/build.gradle +++ b/iterableapi-ui/build.gradle @@ -61,7 +61,7 @@ dependencies { ext { libraryName = 'iterableapi-ui' - libraryVersion = '3.6.3' + libraryVersion = '3.6.4' } if (hasProperty("mavenPublishEnabled")) { diff --git a/iterableapi/build.gradle b/iterableapi/build.gradle index e29737da3..82a3f69e4 100644 --- a/iterableapi/build.gradle +++ b/iterableapi/build.gradle @@ -21,7 +21,7 @@ android { minSdkVersion 21 targetSdkVersion 34 - buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.6.3\"" + buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.6.4\"" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -89,7 +89,7 @@ dependencies { ext { libraryName = 'iterableapi' - libraryVersion = '3.6.3' + libraryVersion = '3.6.4' } if (hasProperty("mavenPublishEnabled")) {