Skip to content

Commit 7a1c402

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.33.2 (#204)
Co-authored-by: github-actions <[email protected]>
1 parent b80e6b7 commit 7a1c402

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.33.2](https://github.com/GetStream/stream-chat-java/compare/1.33.1...1.33.2) (2025-09-24)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
### [1.33.1](https://github.com/GetStream/stream-chat-java/compare/1.33.0...1.33.1) (2025-09-24)
613

714

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'io.getstream'
10-
version = '1.33.1'
10+
version = '1.33.2'
1111
description = 'Stream Chat official Java SDK'
1212

1313
java {

0 commit comments

Comments
 (0)