Skip to content

Commit b4edd56

Browse files
AUTOMATION: Version Bump and CHANGELOG Update
1 parent 7e2721c commit b4edd56

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,96 +1,22 @@
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+
# July 23th, 2024 - 6.4.3
132
## stream-chat-android-client
143
### 🐞 Fixed
154
- Fixed pinned message expire date validation. [#5329](https://github.com/GetStream/stream-chat-android/pull/5329)
165

17-
### ⬆️ Improved
18-
19-
### ✅ Added
20-
216
### ⚠️ Changed
227
- `Attachment` class doesn't use `url` property anymore. Use `assetUrl` instead. [#5325](https://github.com/GetStream/stream-chat-android/pull/5325)
238

249
### ❌ Removed
2510
- Removed `url` property of `Attachment` class. Use `assetUrl` instead. [#5325](https://github.com/GetStream/stream-chat-android/pull/5325)
2611

27-
## stream-chat-android-offline
28-
### 🐞 Fixed
29-
30-
### ⬆️ Improved
31-
32-
### ✅ Added
33-
34-
### ⚠️ Changed
35-
36-
### ❌ Removed
37-
3812
## stream-chat-android-state
3913
### 🐞 Fixed
4014
- Fixed channel cache not being updated on message unpin operation. [#5329](https://github.com/GetStream/stream-chat-android/pull/5329)
4115

42-
### ⬆️ Improved
43-
44-
### ✅ Added
45-
46-
### ⚠️ Changed
47-
48-
### ❌ Removed
49-
50-
## stream-chat-android-ui-common
51-
### 🐞 Fixed
52-
53-
### ⬆️ Improved
54-
55-
### ✅ Added
56-
57-
### ⚠️ Changed
58-
59-
### ❌ Removed
60-
61-
## stream-chat-android-ui-components
62-
### 🐞 Fixed
63-
64-
### ⬆️ Improved
65-
66-
### ✅ Added
67-
68-
### ⚠️ Changed
69-
70-
### ❌ Removed
71-
7216
## stream-chat-android-compose
73-
### 🐞 Fixed
74-
75-
### ⬆️ Improved
76-
7717
### ✅ Added
7818
- Exposed user avatar click listener in MessagesScreen.kt
7919
- Added ability to create multiple instance of ChannelListViewModel with differing parameters
80-
### ⚠️ Changed
81-
82-
### ❌ Removed
83-
84-
## stream-chat-android-markdown-transformer
85-
### 🐞 Fixed
86-
87-
### ⬆️ Improved
88-
89-
### ✅ Added
90-
91-
### ⚠️ Changed
92-
93-
### ❌ Removed
9420

9521
# July 17th, 2024 - 6.4.2
9622
## stream-chat-android-state

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 = 4
10-
const val patchVersion = 2
10+
const val patchVersion = 3
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)