Skip to content

Commit 3c5796f

Browse files
AUTOMATION: Version Bump and CHANGELOG Update
1 parent 2f21d08 commit 3c5796f

File tree

2 files changed

+2
-79
lines changed

2 files changed

+2
-79
lines changed

CHANGELOG.md

+1-78
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,19 @@
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+
# October 31th, 2023 - 6.0.6
132
## stream-chat-android-client
143
### 🐞 Fixed
154
- Encode filename before uploading. [#5026](https://github.com/GetStream/stream-chat-android/pull/5026)
165

17-
### ⬆️ Improved
18-
19-
### ✅ Added
20-
216
### ⚠️ Changed
227
- Make `ChatClient.addDevice` and `ChatClient.deleteDevice` public. [#5024](https://github.com/GetStream/stream-chat-android/pull/5024)
238

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-
489
## stream-chat-android-ui-common
4910
### 🐞 Fixed
5011
- Fixed channel update emissions in `MessageListController`. [#5029](https://github.com/GetStream/stream-chat-android/pull/5029)
5112

52-
### ⬆️ Improved
53-
54-
### ✅ Added
55-
56-
### ⚠️ Changed
57-
58-
### ❌ Removed
59-
60-
## stream-chat-android-ui-components
61-
### 🐞 Fixed
62-
63-
### ⬆️ Improved
64-
65-
### ✅ Added
66-
67-
### ⚠️ Changed
68-
69-
### ❌ Removed
70-
7113
## stream-chat-android-compose
72-
### 🐞 Fixed
73-
74-
### ⬆️ Improved
75-
7614
### ✅ Added
7715
- Added `MessageDateSeparatorTheme` to customize the date separator component. [#5013](https://github.com/GetStream/stream-chat-android/pull/5013)
7816

79-
### ⚠️ Changed
80-
81-
### ❌ Removed
82-
83-
## stream-chat-android-markdown-transformer
84-
### 🐞 Fixed
85-
86-
### ⬆️ Improved
87-
88-
### ✅ Added
89-
90-
### ⚠️ Changed
91-
92-
### ❌ Removed
93-
9417
# October 23th, 2023 - 6.0.5
9518
## Common changes for all artifacts
9619
### ✅ Added

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Configuration {
77
const val minSdk = 21
88
const val majorVersion = 6
99
const val minorVersion = 0
10-
const val patchVersion = 5
10+
const val patchVersion = 6
1111
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"

0 commit comments

Comments
 (0)