From a202e14f6b07b780492869ea1f7c574d3f45f372 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Aug 2026 08:16:24 +0000 Subject: [PATCH] chore(release): 1.46.0 --- CHANGELOG.md | 8 ++++++++ build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9c8d76c..7bdaad55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.46.0](https://github.com/GetStream/stream-chat-java/compare/1.45.0...1.46.0) (2026-08-11) + + +### Features + +* **app:** expose before_message_send_hook_attempt_timeout_ms (CHA-3267) ([#258](https://github.com/GetStream/stream-chat-java/issues/258)) ([544cc72](https://github.com/GetStream/stream-chat-java/commit/544cc7266509fe4a665051d165cfbc083a0e190f)), closes [GetStream/chat#13541](https://github.com/GetStream/chat/issues/13541) +* **channel:** add getChannel API (CHA-4634) ([#262](https://github.com/GetStream/stream-chat-java/issues/262)) ([cbe2124](https://github.com/GetStream/stream-chat-java/commit/cbe212419a00691d1be6dba7c80549cce6d29e21)) + ## [1.45.0](https://github.com/GetStream/stream-chat-java/compare/1.44.0...1.45.0) (2026-05-13) diff --git a/build.gradle b/build.gradle index ebd91ce44..f76777b99 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.45.0' +version = '1.46.0' description = 'Stream Chat official Java SDK' java {