From 3a2b2ad1d6264b4573eb932710859afd0e176079 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 26 Feb 2026 13:01:56 +0000 Subject: [PATCH] chore(release): 1.42.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ae814b..ecd1791c 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.42.0](https://github.com/GetStream/stream-chat-java/compare/1.41.2...1.42.0) (2026-02-26) + + +### Features + +* remove filterTags from channel batch update API ([#242](https://github.com/GetStream/stream-chat-java/issues/242)) ([e5c358c](https://github.com/GetStream/stream-chat-java/commit/e5c358ce071778f04525d6d33732ae396d374924)) + ### [1.41.2](https://github.com/GetStream/stream-chat-java/compare/1.41.1...1.41.2) (2026-02-18) diff --git a/build.gradle b/build.gradle index d02b4a5a..5b1ad40a 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.41.2' +version = '1.42.0' description = 'Stream Chat official Java SDK' java {