From d9276526afd0cc05a1c2017f453a527db1a24b0f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 10 Mar 2025 13:16:45 +0000 Subject: [PATCH] chore(release): v3.16.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1604bf6d..973d91f7 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.16.0](https://github.com/GetStream/stream-java/compare/v3.15.2...v3.16.0) (2025-03-10) + ### [3.15.2](https://github.com/GetStream/stream-java/compare/v3.15.1...v3.15.2) (2025-03-07) diff --git a/build.gradle b/build.gradle index 21439036..487ed3e8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.15.2' +version = '3.16.0' description = 'Stream Feeds official Java SDK' repositories {