From 35105aa302d906f0ab26572b9f50df24dc987823 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 6 Oct 2025 11:19:21 +0000 Subject: [PATCH] chore(release): 1.34.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62c23723..17edc7617 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. +## [1.34.0](https://github.com/GetStream/stream-chat-java/compare/1.33.2...1.34.0) (2025-10-06) + ### [1.33.2](https://github.com/GetStream/stream-chat-java/compare/1.33.1...1.33.2) (2025-09-24) diff --git a/build.gradle b/build.gradle index f740d510a..8ad87d489 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.33.2' +version = '1.34.0' description = 'Stream Chat official Java SDK' java {