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 24, 2023
1 parent 80fc6f1 commit ee2b50d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
### ⬆️ Improved

### ✅ Added
- Added `R.color.stream_ic_notification` to the list of resources that can be overridden. [#4920](https://github.com/GetStream/stream-chat-android/pull/4920)

### ⚠️ Changed

Expand Down Expand Up @@ -57,13 +56,10 @@

## stream-chat-android-ui-components
### 🐞 Fixed
- Fixed `LinkAttachmentView` to open the correct link when the attachment is clicked. [#4929](https://github.com/GetStream/stream-chat-android/pull/4929)

### ⬆️ Improved

### ✅ Added
- Added `MessageListView.setCustomItemAnimator` to allow customizing the item animator used by the `MessageListView`. [#4926](https://github.com/GetStream/stream-chat-android/pull/4926)
- Added `ChannelListView.setMoreOptionsIconProvider` and `ChannelListView.setDeleteOptionIconProvider` to allow customizing the options icons used by the `ChannelListView`. [#4928](https://github.com/GetStream/stream-chat-android/pull/4928)

### ⚠️ Changed

Expand Down Expand Up @@ -124,6 +120,19 @@

### ❌ Removed

# August 24th, 2023 - 5.17.11
## stream-chat-android-client
### ✅ Added
- Added `R.color.stream_ic_notification` to the list of resources that can be overridden. [#4920](https://github.com/GetStream/stream-chat-android/pull/4920)

## stream-chat-android-ui-components
### 🐞 Fixed
- Fixed `LinkAttachmentView` to open the correct link when the attachment is clicked. [#4929](https://github.com/GetStream/stream-chat-android/pull/4929)

### ✅ Added
- Added `MessageListView.setCustomItemAnimator` to allow customizing the item animator used by the `MessageListView`. [#4926](https://github.com/GetStream/stream-chat-android/pull/4926)
- Added `ChannelListView.setMoreOptionsIconProvider` and `ChannelListView.setDeleteOptionIconProvider` to allow customizing the options icons used by the `ChannelListView`. [#4928](https://github.com/GetStream/stream-chat-android/pull/4928)

# August 4th, 2023 - 5.17.10
## stream-chat-android-compose
### 🐞 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 = 10
const val patchVersion = 11
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 ee2b50d

Please sign in to comment.