From 921a2ee1acd9d54a6ee238a83b36d1c345bf0f5e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Sep 2026 11:48:00 +0000 Subject: [PATCH] chore(release): 1.48.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b49a396a..14e94755 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.48.0](https://github.com/GetStream/stream-chat-java/compare/1.47.0...1.48.0) (2026-09-10) + + +### Features + +* add skip_truncate to channel delete ([#271](https://github.com/GetStream/stream-chat-java/issues/271)) ([4bdab76](https://github.com/GetStream/stream-chat-java/commit/4bdab76f0c2e775ed0f3eac498771bbedb41e9cb)) + ## [1.47.0](https://github.com/GetStream/stream-chat-java/compare/1.46.1...1.47.0) (2026-09-02) diff --git a/build.gradle b/build.gradle index 946b16fc..93e9a95a 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.47.0' +version = '1.48.0' description = 'Stream Chat official Java SDK' java {