From 4ad1ef47a16e0085a2ae622f5a3a7360978c2c5d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Sep 2025 09:10:48 +0000 Subject: [PATCH] chore(release): 1.33.2 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cdf8938..b62c23723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/GetStream/stream-chat-java/compare/1.33.1...1.33.2) (2025-09-24) + + +### Bug Fixes + +* Change timeout_ms in event hooks to Number to match the old async moderation config ([#203](https://github.com/GetStream/stream-chat-java/issues/203)) ([b80e6b7](https://github.com/GetStream/stream-chat-java/commit/b80e6b7228cc759c6bbe433726311673a2952eff)) + ### [1.33.1](https://github.com/GetStream/stream-chat-java/compare/1.33.0...1.33.1) (2025-09-24) diff --git a/build.gradle b/build.gradle index 036a3782a..f740d510a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.33.1' +version = '1.33.2' description = 'Stream Chat official Java SDK' java {