From 5d27084535d53e91fd1a38b5f31c2dc985cababa Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 27 Nov 2025 14:34:40 +0000 Subject: [PATCH] chore(release): v3.24.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8f308a..5fe40103 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.24.0](https://github.com/GetStream/stream-java/compare/v3.23.0...v3.24.0) (2025-11-27) + ## [3.23.0](https://github.com/GetStream/stream-java/compare/v3.22.0...v3.23.0) (2025-10-03) ## [3.22.0](https://github.com/GetStream/stream-java/compare/v3.20.0...v3.22.0) (2025-07-09) diff --git a/build.gradle b/build.gradle index e1751f1a..d7dfbe88 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.23.0' +version = '3.24.0' description = 'Stream Feeds official Java SDK' repositories {