From 36672c2f4d97f35b3938e16b603df68487ef37a1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Nov 2025 13:19:38 +0000 Subject: [PATCH] chore(release): 1.37.0 --- CHANGELOG.md | 13 +++++++++++++ build.gradle | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 775e6c3c..496dbd1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.37.0](https://github.com/GetStream/stream-chat-java/compare/1.36.0...1.37.0) (2025-11-12) + + +### Features + +* 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)) +* 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)) + + +### Bug Fixes + +* 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)) + ## [1.36.0](https://github.com/GetStream/stream-chat-java/compare/1.35.0...1.36.0) (2025-10-22) diff --git a/build.gradle b/build.gradle index e3531fbb..717d7d40 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.36.0' +version = '1.37.0' description = 'Stream Chat official Java SDK' java {