diff --git a/CHANGELOG.md b/CHANGELOG.md index 98be4763..ceb475c1 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.37.2](https://github.com/GetStream/stream-chat-java/compare/1.37.1...1.37.2) (2025-11-19) + ### [1.37.1](https://github.com/GetStream/stream-chat-java/compare/1.37.0...1.37.1) (2025-11-19) ## [1.37.0](https://github.com/GetStream/stream-chat-java/compare/1.36.0...1.37.0) (2025-11-12) diff --git a/build.gradle b/build.gradle index 3830373d..2f34ed04 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.37.1' +version = '1.37.2' description = 'Stream Chat official Java SDK' java {