From 10a8e263fe37b1960c3e7d4a6c0cce29ea641d1f Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 11 Apr 2025 12:39:51 +0000 Subject: [PATCH] chore(release): v3.17.1 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f87d94e..be83ca58 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.17.1](https://github.com/GetStream/stream-java/compare/v3.17.0...v3.17.1) (2025-04-11) + + +### Bug Fixes + +* update reaction should support moderation template ([08b282b](https://github.com/GetStream/stream-java/commit/08b282b64170961e3b2cc25f4cc434674651bc84)) + ## [3.17.0](https://github.com/GetStream/stream-java/compare/v3.16.0...v3.17.0) (2025-03-21) ## [3.16.0](https://github.com/GetStream/stream-java/compare/v3.15.2...v3.16.0) (2025-03-10) diff --git a/build.gradle b/build.gradle index 660142fe..a1c72997 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.17.0' +version = '3.17.1' description = 'Stream Feeds official Java SDK' repositories {