Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Oct 19, 2023
1 parent 638e424 commit e30d75c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@

## stream-chat-android-client
### 🐞 Fixed
- Fix background service used to sync data when a Push Notification is received on Android 14. [#5001](https://github.com/GetStream/stream-chat-android/pull/5001)

### ⬆️ Improved
- Create Throttling mechanism for `MarkRead` Events [#4974](https://github.com/GetStream/stream-chat-android/pull/4974)

### ✅ Added
- Added `Message.deletedReplyCount` property. [#4960](https://github.com/GetStream/stream-chat-android/pull/4960)

### ⚠️ Changed

Expand Down Expand Up @@ -123,6 +120,21 @@

### ❌ Removed

# October 19th, 2023 - 5.17.14
## stream-chat-android-client
### 🐞 Fixed
- Fix background service used to sync data when a Push Notification is received on Android 14. [#5001](https://github.com/GetStream/stream-chat-android/pull/5001)

### ⬆️ Improved
- Create Throttling mechanism for `MarkRead` Events [#4974](https://github.com/GetStream/stream-chat-android/pull/4974)

### ✅ Added
- Added `Message.deletedReplyCount` property. [#4960](https://github.com/GetStream/stream-chat-android/pull/4960)

## stream-chat-android-markdown-transformer
### ❌ Removed
## stream-chat-android-pushprovider-firebase

# September 12th, 2023 - 5.17.13
## stream-chat-android-client
### 🐞 Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configuration {
const val minSdk = 21
const val majorVersion = 5
const val minorVersion = 17
const val patchVersion = 13
const val patchVersion = 14
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
Expand Down

0 comments on commit e30d75c

Please sign in to comment.