diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0ef08f..1604bf6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.15.2](https://github.com/GetStream/stream-java/compare/v3.15.1...v3.15.2) (2025-03-07) + + +### Bug Fixes + +* moderation response ([ec7db00](https://github.com/GetStream/stream-java/commit/ec7db0040062c2af6c9db9b3337d240594abf9b4)) + ### [3.15.1](https://github.com/GetStream/stream-java/compare/v3.15.0...v3.15.1) (2024-12-27) diff --git a/build.gradle b/build.gradle index 0c1b4b84..21439036 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.15.1' +version = '3.15.2' description = 'Stream Feeds official Java SDK' repositories {