From 5d82f9414606d0be54d2a36a649c419de85efd6d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 17 Apr 2025 15:12:35 +0000 Subject: [PATCH] chore(release): v3.20.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a878b852..ac95cabb 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.20.0](https://github.com/GetStream/stream-java/compare/v3.19.0...v3.20.0) (2025-04-17) + ## [3.19.0](https://github.com/GetStream/stream-java/compare/v3.17.1...v3.19.0) (2025-04-14) ### [3.17.1](https://github.com/GetStream/stream-java/compare/v3.17.0...v3.17.1) (2025-04-11) diff --git a/build.gradle b/build.gradle index b509da25..208f7ad1 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.19.0' +version = '3.20.0' description = 'Stream Feeds official Java SDK' repositories {