diff --git a/CHANGELOG.md b/CHANGELOG.md index e10738b1..359da0e6 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.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) * Added support to force refresh * Added support for soft deletions diff --git a/build.gradle b/build.gradle index d7674070..72474aa8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.8.0' +version = '3.8.1' description = 'Stream Feeds official Java SDK' repositories {