Skip to content

Commit

Permalink
Release 15.11.4 (#650)
Browse files Browse the repository at this point in the history
* Release 15.11.4

* changelog formatting fix
  • Loading branch information
imSzukala authored Dec 17, 2024
1 parent 6cea0b6 commit 92d4e3c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 15.11.4
###### Release Date: 17-12-2024

### 🐛 Bug Fixes
* Resolves an issue with Fin streaming replies.

### 👉 Dependency updates
* Compose BOM: Updated to 2024.12.01
* AndroidX Paging: Updated to 3.3.5

### 👉 Note
* This release contains some beta features.

## 15.11.3
###### Release Date: 11-12-2024

Expand All @@ -11,8 +24,8 @@
* Compose BOM: Updated to 2024.11.00
* AndroidX ConstraintLayout: Updated to 2.2.0

**Note**
This release contains some beta features.
### 👉 Note
* This release contains some beta features.

## 15.11.2
###### Release Date: 22-11-2024
Expand Down Expand Up @@ -85,8 +98,8 @@ at io.intercom.android.sdk.m5.errorReporter.SentryErrorReporter.trackActiveUser
* 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.
### 👉 Note
* This release contains some beta features.

## 15.9.1
###### Release Date: 14-06-2024
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.11.3'
implementation 'io.intercom.android:intercom-sdk:15.11.4'
implementation 'com.google.firebase:firebase-messaging:23.1.+'
}
```
Expand All @@ -49,7 +49,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.11.3'
implementation 'io.intercom.android:intercom-sdk-base:15.11.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {

implementation("androidx.datastore:datastore-preferences:1.0.0")

implementation("io.intercom.android:intercom-sdk:15.11.3")
implementation("io.intercom.android:intercom-sdk:15.11.4")
implementation("com.google.firebase:firebase-messaging:23.1.0")
}

Expand Down

0 comments on commit 92d4e3c

Please sign in to comment.