Skip to content

Commit 9d495af

Browse files
AUTOMATION: Version Bump and CHANGELOG Update
1 parent bf36276 commit 9d495af

File tree

2 files changed

+2
-76
lines changed

2 files changed

+2
-76
lines changed

CHANGELOG.md

+1-75
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,9 @@
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+
# December 04th, 2024 - 6.7.0
132
## stream-chat-android-client
14-
### 🐞 Fixed
15-
16-
### ⬆️ Improved
17-
183
### ✅ Added
194
- Add `ChatClient::partialUpdateMember` for updating a `Member` in the scope of a `Channel`. [#5497](https://github.com/GetStream/stream-chat-android/pull/5497)
205
- Add `ChannelClient::partialUpdateMember` for updating a `Member` in the scope of a `Channel`. [#5497](https://github.com/GetStream/stream-chat-android/pull/5497)
216

22-
### ⚠️ Changed
23-
24-
### ❌ Removed
25-
26-
## stream-chat-android-offline
27-
### 🐞 Fixed
28-
29-
### ⬆️ Improved
30-
31-
### ✅ Added
32-
33-
### ⚠️ Changed
34-
35-
### ❌ Removed
36-
37-
## stream-chat-android-state
38-
### 🐞 Fixed
39-
40-
### ⬆️ Improved
41-
42-
### ✅ Added
43-
44-
### ⚠️ Changed
45-
46-
### ❌ Removed
47-
487
## stream-chat-android-ui-common
498
### 🐞 Fixed
509
- Fix wrong timestamp used for the initial loading of pinned messages in `PinnedMessageListController`. [#5483](https://github.com/GetStream/stream-chat-android/pull/5483)
@@ -54,50 +13,17 @@
5413
### ⬆️ Improved
5514
- Improve performance of opening a thread or message in a thread via `MessageListController`. [#5489](https://github.com/GetStream/stream-chat-android/pull/5489)
5615

57-
### ✅ Added
58-
59-
### ⚠️ Changed
60-
61-
### ❌ Removed
62-
6316
## stream-chat-android-ui-components
64-
### 🐞 Fixed
65-
66-
### ⬆️ Improved
67-
6817
### ✅ Added
6918
- Add `ChatUI.downloadAttachmentUriGenerator` property to generate download URIs for attachments. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
7019
- Add `ChatUI.downloadRequestInterceptor` property to intercept download requests. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
7120

72-
### ⚠️ Changed
73-
74-
### ❌ Removed
75-
7621
## stream-chat-android-compose
77-
### 🐞 Fixed
78-
79-
### ⬆️ Improved
80-
8122
### ✅ Added
8223
- Add `ChatTheme.downloadAttachmentUriGenerator` property to generate download URIs for attachments. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
8324
- Add `ChatTheme.downloadRequestInterceptor` property to intercept download requests. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
8425
- Add `MessageContentFactory` class for customizing message contents. [#5498](https://github.com/GetStream/stream-chat-android/pull/5498)
8526

86-
### ⚠️ Changed
87-
88-
### ❌ Removed
89-
90-
## stream-chat-android-markdown-transformer
91-
### 🐞 Fixed
92-
93-
### ⬆️ Improved
94-
95-
### ✅ Added
96-
97-
### ⚠️ Changed
98-
99-
### ❌ Removed
100-
10127
# November 21th, 2024 - 6.6.0
10228
## Common changes for all artifacts
10329
### ⬆️ Improved

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

+1-1
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 = 6
9+
const val minorVersion = 7
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)