Skip to content

Commit

Permalink
chore(release): 1.24.0 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored May 27, 2024
1 parent dce8529 commit 7498093
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'io.getstream'
version = '1.23.0'
version = '1.24.0'
description = 'Stream Chat official Java SDK'

java {
Expand Down

0 comments on commit 7498093

Please sign in to comment.