From 74980930442fcbffc713150338281a2386933033 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:51:39 +0200 Subject: [PATCH] chore(release): 1.24.0 (#146) Co-authored-by: github-actions --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f2019e..75a25417 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.24.0](https://github.com/GetStream/stream-chat-java/compare/v1.23.0...v1.24.0) (2024-05-24) + + +### Features + +* add message history api ([#145](https://github.com/GetStream/stream-chat-java/issues/145)) ([dce8529](https://github.com/GetStream/stream-chat-java/commit/dce8529c718a9be5248030c23e2736ee9a028b2d)) + ## [1.23.0](https://github.com/GetStream/stream-chat-java/compare/1.22.2...1.23.0) (2024-05-22) diff --git a/build.gradle b/build.gradle index 57710a9e..482481c9 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'io.getstream' -version = '1.23.0' +version = '1.24.0' description = 'Stream Chat official Java SDK' java {