File tree 2 files changed +2
-79
lines changed
buildSrc/src/main/kotlin/io/getstream/chat/android
2 files changed +2
-79
lines changed Original file line number Diff line number Diff line change 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
13
2
## stream-chat-android-client
14
3
### 🐞 Fixed
15
4
- Encode filename before uploading. [ #5026 ] ( https://github.com/GetStream/stream-chat-android/pull/5026 )
16
5
17
- ### ⬆️ Improved
18
-
19
- ### ✅ Added
20
-
21
6
### ⚠️ Changed
22
7
- Make ` ChatClient.addDevice ` and ` ChatClient.deleteDevice ` public. [ #5024 ] ( https://github.com/GetStream/stream-chat-android/pull/5024 )
23
8
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
-
48
9
## stream-chat-android-ui-common
49
10
### 🐞 Fixed
50
11
- Fixed channel update emissions in ` MessageListController ` . [ #5029 ] ( https://github.com/GetStream/stream-chat-android/pull/5029 )
51
12
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
-
71
13
## stream-chat-android-compose
72
- ### 🐞 Fixed
73
-
74
- ### ⬆️ Improved
75
-
76
14
### ✅ Added
77
15
- Added ` MessageDateSeparatorTheme ` to customize the date separator component. [ #5013 ] ( https://github.com/GetStream/stream-chat-android/pull/5013 )
78
16
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
-
94
17
# October 23th, 2023 - 6.0.5
95
18
## Common changes for all artifacts
96
19
### ✅ Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object Configuration {
7
7
const val minSdk = 21
8
8
const val majorVersion = 6
9
9
const val minorVersion = 0
10
- const val patchVersion = 5
10
+ const val patchVersion = 6
11
11
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
12
12
const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
13
13
const val artifactGroup = " io.getstream"
You can’t perform that action at this time.
0 commit comments