From a4c60a120f3fc2a402775a9855d47bd4bb12bdd9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 25 Sep 2026 08:49:38 +0000 Subject: [PATCH] chore(release): 1.49.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e94755..461c75ac 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.49.0](https://github.com/GetStream/stream-chat-java/compare/1.48.0...1.49.0) (2026-09-25) + + +### Features + +* **reminder:** add expires_at to message reminders ([#273](https://github.com/GetStream/stream-chat-java/issues/273)) ([86407e3](https://github.com/GetStream/stream-chat-java/commit/86407e3f9e5d0dc038c6da92c2f40484f1e2fe5e)) + ## [1.48.0](https://github.com/GetStream/stream-chat-java/compare/1.47.0...1.48.0) (2026-09-10) diff --git a/build.gradle b/build.gradle index 93e9a95a..17ad9974 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.48.0' +version = '1.49.0' description = 'Stream Chat official Java SDK' java {