Skip to content

Commit

Permalink
AUTOMATION: Version Bump and CHANGELOG Update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent 1e57cb3 commit 0c26051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
71 changes: 1 addition & 70 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,100 +1,31 @@
# UNRELEASED CHANGELOG
# October 23th, 2023 - 6.0.5
## Common changes for all artifacts
### 🐞 Fixed

### ⬆️ Improved

### ✅ Added
- Added `User.language` property. [#5003](https://github.com/GetStream/stream-chat-android/pull/5003)

### ⚠️ Changed

### ❌ Removed

## stream-chat-android-client
### 🐞 Fixed
- Fix background service used to sync data when a Push Notification is received on Android 14. [#4997](https://github.com/GetStream/stream-chat-android/pull/4997)
- Fix `Message.addOwnReaction()` process. [#5000](https://github.com/GetStream/stream-chat-android/pull/5000)

### ⬆️ Improved

### ✅ Added
- Supported user's `language` property in `ChatClient.connectUser`. [#5003](https://github.com/GetStream/stream-chat-android/pull/5003)

### ⚠️ Changed
- Disconnect user on `UnrecoverableError`. [#5000](https://github.com/GetStream/stream-chat-android/pull/5004)

### ❌ Removed

## stream-chat-android-offline
### 🐞 Fixed

### ⬆️ Improved

### ✅ Added

### ⚠️ Changed

### ❌ Removed

## stream-chat-android-state
### 🐞 Fixed

### ⬆️ Improved
- Improved `SyncManger`, which now does not retry outdated messages/reactions [#4991](https://github.com/GetStream/stream-chat-android/pull/4991)

### ✅ Added

### ⚠️ Changed

### ❌ Removed

## stream-chat-android-ui-common
### 🐞 Fixed

### ⬆️ Improved

### ✅ Added

### ⚠️ Changed

### ❌ Removed

## stream-chat-android-ui-components
### 🐞 Fixed
- Fixed the message list gap. [#4998](https://github.com/GetStream/stream-chat-android/pull/4998)

### ⬆️ Improved

### ✅ Added

### ⚠️ Changed

### ❌ Removed

## stream-chat-android-compose
### 🐞 Fixed
- Fixed the message list gap. [#4998](https://github.com/GetStream/stream-chat-android/pull/4998)

### ⬆️ Improved

### ✅ Added

### ⚠️ Changed

### ❌ Removed

## stream-chat-android-markdown-transformer
### 🐞 Fixed

### ⬆️ Improved

### ✅ Added

### ⚠️ Changed

### ❌ Removed

# October 03th, 2023 - 6.0.4
## stream-chat-android-client
### ⬆️ Improved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configuration {
const val minSdk = 21
const val majorVersion = 6
const val minorVersion = 0
const val patchVersion = 4
const val patchVersion = 5
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
Expand Down

0 comments on commit 0c26051

Please sign in to comment.