Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat committed Aug 31, 2023
1 parent 52965ac commit 70ed186
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
### 🐞 Fixed

### ⬆️ Improved
- Extended `PushMessage` to access extra data [#4940](https://github.com/GetStream/stream-chat-android/pull/4940)

### ✅ Added

Expand Down Expand Up @@ -59,12 +58,10 @@
### 🐞 Fixed

### ⬆️ Improved
- Extended channel list screen styling. [#4941](https://github.com/GetStream/stream-chat-android/pull/4941)

### ✅ Added

### ⚠️ Changed
- Changed `MessageListView.setCustomItemAnimator` signature to allow passing `null` to reset the item animator. [#4934](https://github.com/GetStream/stream-chat-android/pull/4934)

### ❌ Removed

Expand Down Expand Up @@ -94,7 +91,6 @@
### 🐞 Fixed

### ⬆️ Improved
- Extended `PushMessage` to access extra data [#4940](https://github.com/GetStream/stream-chat-android/pull/4940)

### ✅ Added

Expand All @@ -106,7 +102,6 @@
### 🐞 Fixed

### ⬆️ Improved
- Extended `PushMessage` to access extra data [#4940](https://github.com/GetStream/stream-chat-android/pull/4940)

### ✅ Added

Expand All @@ -118,14 +113,37 @@
### 🐞 Fixed

### ⬆️ Improved
- Extended `PushMessage` to access extra data [#4940](https://github.com/GetStream/stream-chat-android/pull/4940)

### ✅ Added

### ⚠️ Changed

### ❌ Removed

# August 30th, 2023 - 5.17.12
## stream-chat-android-client
### ⬆️ Improved
- Extended `PushMessage` to access extra data [#4940](https://github.com/GetStream/stream-chat-android/pull/4940)

## stream-chat-android-ui-components
### ⬆️ Improved
- Extended channel list screen styling. [#4941](https://github.com/GetStream/stream-chat-android/pull/4941)

### ⚠️ Changed
- Changed `MessageListView.setCustomItemAnimator` signature to allow passing `null` to reset the item animator. [#4934](https://github.com/GetStream/stream-chat-android/pull/4934)

## stream-chat-android-pushprovider-firebase
### ⬆️ Improved
- Extended `PushMessage` to access extra data [#4940](https://github.com/GetStream/stream-chat-android/pull/4940)

## stream-chat-android-pushprovider-huawei
### ⬆️ Improved
- Extended `PushMessage` to access extra data [#4940](https://github.com/GetStream/stream-chat-android/pull/4940)

## stream-chat-android-pushprovider-xiaomi
### ⬆️ Improved
- Extended `PushMessage` to access extra data [#4940](https://github.com/GetStream/stream-chat-android/pull/4940)

# August 24th, 2023 - 5.17.11
## stream-chat-android-client
### ✅ Added
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 = 11
const val patchVersion = 12
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 70ed186

Please sign in to comment.