Skip to content

Commit 6d8ff71

Browse files
AUTOMATION: Version Bump and CHANGELOG Update
1 parent 756170b commit 6d8ff71

2 files changed

Lines changed: 2 additions & 70 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,20 @@
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+
# April 16th, 2025 - 6.14.0
132
## stream-chat-android-client
14-
### 🐞 Fixed
15-
163
### ⬆️ Improved
174
- Remove local device using optimistic behavior. [#5727](https://github.com/GetStream/stream-chat-android/pull/5727)
185

196
### ✅ Added
207
- Add `lastReadMessageId` field to `MessageReadEvent` and `NotificationMarkReadEvent`. [#5710](https://github.com/GetStream/stream-chat-android/pull/5710)
218
- Add `ChatClient.deletePoll(String)` method to delete a Poll by its ID. [#5696](https://github.com/GetStream/stream-chat-android/pull/5696)
229

23-
### ⚠️ Changed
24-
25-
### ❌ Removed
26-
2710
## stream-chat-android-offline
2811
### 🐞 Fixed
2912
- Store/Obtain `Message::reactionGroups` on the local DB. [#5723](https://github.com/GetStream/stream-chat-android/pull/5723)
3013

31-
### ⬆️ Improved
32-
33-
### ✅ Added
34-
35-
### ⚠️ Changed
36-
37-
### ❌ Removed
38-
39-
## stream-chat-android-state
40-
### 🐞 Fixed
41-
42-
### ⬆️ Improved
43-
44-
### ✅ Added
45-
46-
### ⚠️ Changed
47-
48-
### ❌ Removed
49-
5014
## stream-chat-android-ui-common
5115
### 🐞 Fixed
5216
- Return a subtype of `NewMessageState` (`Typing`) for the typing indicator item, so that the UI can behave properly. [#5712](https://github.com/GetStream/stream-chat-android/pull/5712)
5317

54-
### ⬆️ Improved
55-
56-
### ✅ Added
57-
58-
### ⚠️ Changed
59-
60-
### ❌ Removed
61-
62-
## stream-chat-android-ui-components
63-
### 🐞 Fixed
64-
65-
### ⬆️ Improved
66-
67-
### ✅ Added
68-
69-
### ⚠️ Changed
70-
71-
### ❌ Removed
72-
7318
## stream-chat-android-compose
7419
### 🐞 Fixed
7520
- Fix audio recording attachments not paused when the app goes to the background or the screen is covered with another one. [#5685](https://github.com/GetStream/stream-chat-android/pull/5685)
@@ -87,19 +32,6 @@
8732
- Introduce an overload of LoadMoreHandler with threshold parameter as a lambda for calculating the value dynamically. [#5711](https://github.com/GetStream/stream-chat-android/pull/5711), [#5713](https://github.com/GetStream/stream-chat-android/pull/5713)
8833
- Change the default value for the `stream_compose_search_input_hint` text from "Search channels by name" to a more general "Search", to cover the case when searching for messages instead of channels. [#5717](https://github.com/GetStream/stream-chat-android/pull/5717)
8934

90-
### ❌ Removed
91-
92-
## stream-chat-android-markdown-transformer
93-
### 🐞 Fixed
94-
95-
### ⬆️ Improved
96-
97-
### ✅ Added
98-
99-
### ⚠️ Changed
100-
101-
### ❌ Removed
102-
10335
# April 04th, 2025 - 6.13.0
10436
## Common changes for all artifacts
10537
### 🐞 Fixed

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 = 35
77
const val minSdk = 21
88
const val majorVersion = 6
9-
const val minorVersion = 13
9+
const val minorVersion = 14
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)