From 97407e6cf20b7d7353b76fe5aaf6f70b72beb252 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 13 Aug 2026 12:18:34 +0000 Subject: [PATCH] chore(release): 1.46.1 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdaad55..94525baf 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.46.1](https://github.com/GetStream/stream-chat-java/compare/1.46.0...1.46.1) (2026-08-13) + + +### Bug Fixes + +* **ci:** grant contents write to the release workflow ([#264](https://github.com/GetStream/stream-chat-java/issues/264)) ([4e48de8](https://github.com/GetStream/stream-chat-java/commit/4e48de8c94652894a06e67494b8637de9a4959e4)), closes [#261](https://github.com/GetStream/stream-chat-java/issues/261) + ## [1.46.0](https://github.com/GetStream/stream-chat-java/compare/1.45.0...1.46.0) (2026-08-11) diff --git a/build.gradle b/build.gradle index f76777b9..773dd8e7 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.46.0' +version = '1.46.1' description = 'Stream Chat official Java SDK' java {