Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat committed Oct 31, 2023
1 parent 52540b8 commit 0476ccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

## stream-chat-android-client
### 🐞 Fixed
- Encode filename before uploading. [#5026](https://github.com/GetStream/stream-chat-android/pull/5026)

### ⬆️ Improved

Expand Down Expand Up @@ -121,6 +120,11 @@

### ❌ Removed

# October 31th, 2023 - 5.17.17
## stream-chat-android-client
### 🐞 Fixed
- Encode filename before uploading. [#5026](https://github.com/GetStream/stream-chat-android/pull/5026)

# October 25th, 2023 - 5.17.16
## stream-chat-android-client
### ✅ Added
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 = 16
const val patchVersion = 17
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 0476ccf

Please sign in to comment.