From 0b8b150e4546a0b9b93e2dfe906c5adf7bd934b1 Mon Sep 17 00:00:00 2001 From: SanthoshKumar SrikanthaMurali <92860980+SanthoshKumarSrikanthaMurali@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:17:10 +0100 Subject: [PATCH] Release 15.10.0 (#641) --- CHANGELOG.md | 13 +++++++++++++ README.md | 4 ++-- sample/app/build.gradle | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e92cc44..56e14e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 15.10.0 +###### Release Date: 18-07-2024 +### 🚀 Enhancements +* A newly designed composer for the messenger. + +### 🐛 Bug Fixes +* Fixes an issue with text fields in surveys. +* Fixed issue allowing customers to start a conversation after reacting to an article. +* Fixes an issue to handle empty message parts for bot introductions. + +**Note** +This release contains some beta features. + ## 15.9.1 ###### Release Date: 14-06-2024 ### 🐛 Bug Fixes diff --git a/README.md b/README.md index 4ce46b9..0de68bc 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ There are 2 options for installing Intercom on your Android app. Add the following dependency to your app's `build.gradle` file: ```groovy dependencies { - implementation 'io.intercom.android:intercom-sdk:15.9.1' + implementation 'io.intercom.android:intercom-sdk:15.10.0' implementation 'com.google.firebase:firebase-messaging:23.1.+' } ``` @@ -53,7 +53,7 @@ dependencies { If you'd rather not have push notifications in your app, you can use this dependency: ```groovy dependencies { - implementation 'io.intercom.android:intercom-sdk-base:15.9.1' + implementation 'io.intercom.android:intercom-sdk-base:15.10.0' } ``` diff --git a/sample/app/build.gradle b/sample/app/build.gradle index f502ead..0753fcc 100644 --- a/sample/app/build.gradle +++ b/sample/app/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation("androidx.datastore:datastore-preferences:1.0.0") - implementation("io.intercom.android:intercom-sdk:15.9.1") + implementation("io.intercom.android:intercom-sdk:15.10.0") implementation("com.google.firebase:firebase-messaging:23.1.0") }