Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Dec 1, 2023
1 parent b0656d4 commit db901ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

## stream-chat-android-client
### 🐞 Fixed
- Fixed audio recording not being uploaded [#5067](https://github.com/GetStream/stream-chat-android/pull/5067)

### ⬆️ Improved

Expand Down Expand Up @@ -57,7 +56,6 @@

## stream-chat-android-ui-components
### 🐞 Fixed
- Fixed `MessageClickListener` never being called. [#5095](https://github.com/GetStream/stream-chat-android/pull/5095)

### ⬆️ Improved

Expand Down Expand Up @@ -122,6 +120,15 @@

### ❌ Removed

# December 1st, 2023 - 5.17.19
## stream-chat-android-client
### 🐞 Fixed
- Fixed audio recording not being uploaded [#5067](https://github.com/GetStream/stream-chat-android/pull/5067)

## stream-chat-android-ui-components
### 🐞 Fixed
- Fixed `MessageClickListener` never being called. [#5095](https://github.com/GetStream/stream-chat-android/pull/5095)

# November 13th, 2023 - 5.17.18
## 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 = 5
const val minorVersion = 17
const val patchVersion = 18
const val patchVersion = 19
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 db901ec

Please sign in to comment.