From 6086f361f80a2680046151f90aea6f9194e8a745 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 14 Apr 2025 09:51:08 +0000 Subject: [PATCH] chore(release): v3.19.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be83ca58..a878b852 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.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 a1c72997..b509da25 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.17.1' +version = '3.19.0' description = 'Stream Feeds official Java SDK' repositories {