From e6dbea5f1bf30ec9f752ed6d2f024dc82683b8d1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Sep 2025 10:55:13 +0000 Subject: [PATCH] chore(release): 1.33.0 --- CHANGELOG.md | 12 ++++++++++++ build.gradle | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6535ba6..a44461772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.33.0](https://github.com/GetStream/stream-chat-java/compare/1.32.0...1.33.0) (2025-09-23) + + +### Features + +* add additional fields to channel member request ([#199](https://github.com/GetStream/stream-chat-java/issues/199)) ([3a319f6](https://github.com/GetStream/stream-chat-java/commit/3a319f680ea09f6e5b0d590231b989d43a4e9d62)) + + +### Bug Fixes + +* Failing webhook tests ([#198](https://github.com/GetStream/stream-chat-java/issues/198)) ([1592e3f](https://github.com/GetStream/stream-chat-java/commit/1592e3f0aed5492c9ed8f0ed29664b81452539d7)) + ## [1.32.0](https://github.com/GetStream/stream-chat-java/compare/1.31.1...1.32.0) (2025-09-01) ### [1.31.1](https://github.com/GetStream/stream-chat-java/compare/1.31.0...1.31.1) (2025-09-01) diff --git a/build.gradle b/build.gradle index 4051c1e58..7921b9344 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.32.0' +version = '1.33.0' description = 'Stream Chat official Java SDK' java {