Skip to content

Commit f86aa88

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.33.0 (#200)
Co-authored-by: github-actions <release@getstream.io>
1 parent 3a319f6 commit f86aa88

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0](https://github.com/GetStream/stream-chat-java/compare/1.32.0...1.33.0) (2025-09-23)
6+
7+
8+
### Features
9+
10+
* 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))
11+
12+
13+
### Bug Fixes
14+
15+
* Failing webhook tests ([#198](https://github.com/GetStream/stream-chat-java/issues/198)) ([1592e3f](https://github.com/GetStream/stream-chat-java/commit/1592e3f0aed5492c9ed8f0ed29664b81452539d7))
16+
517
## [1.32.0](https://github.com/GetStream/stream-chat-java/compare/1.31.1...1.32.0) (2025-09-01)
618

719
### [1.31.1](https://github.com/GetStream/stream-chat-java/compare/1.31.0...1.31.1) (2025-09-01)

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.32.0'
10+
version = '1.33.0'
1111
description = 'Stream Chat official Java SDK'
1212

1313
java {

0 commit comments

Comments
 (0)