Skip to content

Commit

Permalink
prepare a re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat committed Feb 14, 2024
1 parent 99a20d6 commit 06908fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

### ❌ Removed

# February 13th, 2024 - 5.17.22
# February 14th, 2024 - 5.17.23
## stream-chat-android-state
### 🐞 Fixed
- Channel State is properly updated after member removal. [#5166](https://github.com/GetStream/stream-chat-android/pull/5166)
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 = 22
const val patchVersion = 23
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 06908fe

Please sign in to comment.