Skip to content

Commit 36672c2

Browse files
author
github-actions
committed
chore(release): 1.37.0
1 parent f6dc4d2 commit 36672c2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.37.0](https://github.com/GetStream/stream-chat-java/compare/1.36.0...1.37.0) (2025-11-12)
6+
7+
8+
### Features
9+
10+
* add hide_history_before option when adding members ([#214](https://github.com/GetStream/stream-chat-java/issues/214)) ([d5158cd](https://github.com/GetStream/stream-chat-java/commit/d5158cd7125cbe7a361ce2bb11b01ed39f72860e))
11+
* add support for filter tags to channels ([#215](https://github.com/GetStream/stream-chat-java/issues/215)) ([f6dc4d2](https://github.com/GetStream/stream-chat-java/commit/f6dc4d25407236515e7113f75d4a8d8a3a0d7890))
12+
13+
14+
### Bug Fixes
15+
16+
* fix message count test after ff removal ([#212](https://github.com/GetStream/stream-chat-java/issues/212)) ([d99c580](https://github.com/GetStream/stream-chat-java/commit/d99c5804f65905313c3e4e957f00a4ecc69e5f96))
17+
518
## [1.36.0](https://github.com/GetStream/stream-chat-java/compare/1.35.0...1.36.0) (2025-10-22)
619

720

build.gradle

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

1010
group = 'io.getstream'
11-
version = '1.36.0'
11+
version = '1.37.0'
1212
description = 'Stream Chat official Java SDK'
1313

1414
java {

0 commit comments

Comments
 (0)