Skip to content

Commit 3e07ed6

Browse files
AUTOMATION: Version Bump and CHANGELOG Update
1 parent fb5aaa4 commit 3e07ed6

File tree

2 files changed

+2
-69
lines changed

2 files changed

+2
-69
lines changed

CHANGELOG.md

Lines changed: 1 addition & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,36 @@
1-
# UNRELEASED CHANGELOG
2-
## Common changes for all artifacts
3-
### 🐞 Fixed
4-
5-
### ⬆️ Improved
6-
7-
### ✅ Added
8-
9-
### ⚠️ Changed
10-
11-
### ❌ Removed
12-
1+
# January 09th, 2025 - 6.9.0
132
## stream-chat-android-client
143
### 🐞 Fixed
154
- Fix `ChatClient::queryBlockedUsers` not working. [#5532](https://github.com/GetStream/stream-chat-android/pull/5532)
165
- Fix `ChatClient::blockUser` and `ChatClient::unblockUser` response parsing. [#5532](https://github.com/GetStream/stream-chat-android/pull/5532)
176
- Fix rare bug where the `ConnectivityState` is not updated to `Offline` after disconnecting the device from network. [#5538](https://github.com/GetStream/stream-chat-android/pull/5538)
187

19-
### ⬆️ Improved
20-
218
### ✅ Added
229
- Add `ClientState::user::blockedUserIds` exposing the list of the current user's blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533)
2310

2411
### ⚠️ Changed
2512
- 🚨 Breaking change: Change `ChatClient::unblockUser` return type from `Call<BlockUser>` to `Call<Unit>` as we no longer get information about the unblocked user. [#5532](https://github.com/GetStream/stream-chat-android/pull/5532)
2613

27-
### ❌ Removed
28-
29-
## stream-chat-android-offline
30-
### 🐞 Fixed
31-
32-
### ⬆️ Improved
33-
34-
### ✅ Added
35-
36-
### ⚠️ Changed
37-
38-
### ❌ Removed
39-
4014
## stream-chat-android-state
41-
### 🐞 Fixed
42-
43-
### ⬆️ Improved
44-
4515
### ✅ Added
4616
- Add `GlobalState::blockedUserIds` exposing the list of the current user's blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533)
4717

48-
### ⚠️ Changed
49-
50-
### ❌ Removed
51-
5218
## stream-chat-android-ui-common
5319
### 🐞 Fixed
5420
- Fix `MessageListController` not respecting the `showSystemMessages` property when set to `false`. [#5546](https://github.com/GetStream/stream-chat-android/pull/5546)
5521

56-
### ⬆️ Improved
57-
58-
### ✅ Added
59-
60-
### ⚠️ Changed
61-
62-
### ❌ Removed
63-
6422
## stream-chat-android-ui-components
65-
### 🐞 Fixed
66-
67-
### ⬆️ Improved
68-
6923
### ✅ Added
7024
- Add "Unblock user" message menu option shown for messages from blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533)
7125

72-
### ⚠️ Changed
73-
74-
### ❌ Removed
75-
7626
## stream-chat-android-compose
77-
### 🐞 Fixed
78-
79-
### ⬆️ Improved
80-
8127
### ✅ Added
8228
- Add "Unblock user" message menu option shown for messages from blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533)
8329
- Add `ComposerActionsTheme` property to `MessageComposerTheme` for customizing the default action icons in the `MessageComposer`. [#5535](https://github.com/GetStream/stream-chat-android/pull/5535)
8430

8531
### ⚠️ Changed
8632
- Replace usage of `material` with `material3` components. [#5537](https://github.com/GetStream/stream-chat-android/pull/5537)
8733

88-
### ❌ Removed
89-
90-
## stream-chat-android-markdown-transformer
91-
### 🐞 Fixed
92-
93-
### ⬆️ Improved
94-
95-
### ✅ Added
96-
97-
### ⚠️ Changed
98-
99-
### ❌ Removed
100-
10134
# December 18th, 2024 - 6.8.0
10235
## Common changes for all artifacts
10336
### ⬆️ Improved

buildSrc/src/main/kotlin/io/getstream/chat/android/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Configuration {
66
const val sampleTargetSdk = 34
77
const val minSdk = 21
88
const val majorVersion = 6
9-
const val minorVersion = 8
9+
const val minorVersion = 9
1010
const val patchVersion = 0
1111
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"

0 commit comments

Comments
 (0)