From 2eb0e6daf50d7348a1aad5179776bca513baca70 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Jul 2025 11:03:54 +0000 Subject: [PATCH] chore(release): v3.22.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f29a180..95ee027f 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.22.0](https://github.com/GetStream/stream-java/compare/v3.20.0...v3.22.0) (2025-07-09) + ## [3.21.0](https://github.com/GetStream/stream-java/compare/v3.20.0...v3.21.0) (2025-07-02) ## [3.20.0](https://github.com/GetStream/stream-java/compare/v3.19.0...v3.20.0) (2025-04-17) diff --git a/build.gradle b/build.gradle index 05d53489..efd01218 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.21.0' +version = '3.22.0' description = 'Stream Feeds official Java SDK' repositories {