diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a6bb68..2c30d2fe 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.9.1](https://github.com/GetStream/stream-java/compare/v3.8.2...v3.9.1) (2024-01-09) + ### [3.8.2](https://github.com/GetStream/stream-java/compare/v3.8.1...v3.8.2) (2024-01-03) ### [3.8.1](https://github.com/GetStream/stream-java/compare/v3.8.0...v3.8.1) (2023-11-17) diff --git a/build.gradle b/build.gradle index bbaf731f..92a08cf7 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.8.2' +version = '3.9.1' description = 'Stream Feeds official Java SDK' repositories {