Skip to content

Commit

Permalink
chore(release): 1.27.1 (#167)
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 Dec 30, 2024
1 parent b5a1843 commit 56d6990
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.27.1](https://github.com/GetStream/stream-chat-java/compare/1.27.0...1.27.1) (2024-12-30)


### Bug Fixes

* add missing enum value ([#166](https://github.com/GetStream/stream-chat-java/issues/166)) ([b5a1843](https://github.com/GetStream/stream-chat-java/commit/b5a1843b47f124b15f341bde1e40399c6f3fc08f))

## [1.27.0](https://github.com/GetStream/stream-chat-java/compare/1.26.2...1.27.0) (2024-12-13)


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

group = 'io.getstream'
version = '1.27.0'
version = '1.27.1'
description = 'Stream Chat official Java SDK'

java {
Expand Down

0 comments on commit 56d6990

Please sign in to comment.