diff --git a/CHANGELOG.md b/CHANGELOG.md index 359da0e6..38a6bb68 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.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) ## [3.8.0](https://github.com/GetStream/stream-java/compare/v3.7.0...v3.8.0) (2023-10-23) diff --git a/build.gradle b/build.gradle index 72474aa8..bbaf731f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.8.1' +version = '3.8.2' description = 'Stream Feeds official Java SDK' repositories {