From 3969b2dc44494baa5bedbcb773a116ac271a559a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 8 Oct 2024 12:05:43 +0000 Subject: [PATCH] chore(release): v3.11.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc70810a..8c2b9dcf 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.11.0](https://github.com/GetStream/stream-java/compare/v3.10.0...v3.11.0) (2024-10-08) + ## [3.10.0](https://github.com/GetStream/stream-java/compare/v3.9.2...v3.10.0) (2024-03-12) ### [3.9.2](https://github.com/GetStream/stream-java/compare/v3.9.1...v3.9.2) (2024-02-19) diff --git a/build.gradle b/build.gradle index a3216fda..53e68d1e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.10.0' +version = '3.11.0' description = 'Stream Feeds official Java SDK' repositories {