diff --git a/CHANGELOG.md b/CHANGELOG.md index ac95cabb..8f29a180 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. +## [3.21.0](https://github.com/GetStream/stream-java/compare/v3.20.0...v3.21.0) (2025-07-02) + ## [3.20.0](https://github.com/GetStream/stream-java/compare/v3.19.0...v3.20.0) (2025-04-17) ## [3.19.0](https://github.com/GetStream/stream-java/compare/v3.17.1...v3.19.0) (2025-04-14) diff --git a/build.gradle b/build.gradle index 208f7ad1..05d53489 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.20.0' +version = '3.21.0' description = 'Stream Feeds official Java SDK' repositories {