diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0a4a97d..ce6535ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.32.0](https://github.com/GetStream/stream-chat-java/compare/1.31.1...1.32.0) (2025-09-01) + ### [1.31.1](https://github.com/GetStream/stream-chat-java/compare/1.31.0...1.31.1) (2025-09-01) diff --git a/build.gradle b/build.gradle index 8f92129cd..4051c1e58 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.31.1' +version = '1.32.0' description = 'Stream Chat official Java SDK' java {