Skip to content

Commit

Permalink
Release 1.12.1 (#80)
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 Sep 7, 2022
1 parent ce08976 commit 50b3962
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.12.1](https://github.com/GetStream/stream-chat-java/compare/1.12.0...1.12.1) (2022-09-07)


### Bug Fixes

* user language parsing ([#79](https://github.com/GetStream/stream-chat-java/issues/79)) ([ce08976](https://github.com/GetStream/stream-chat-java/commit/ce08976343961fb8c8b163ef0811f891c4ef63e3))

## [1.12.0](https://github.com/GetStream/stream-chat-java/compare/v1.11.0...v1.12.0) (2022-05-30)


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.12.0'
version = '1.12.1'
description = 'Stream Chat official Java SDK'

java {
Expand Down

0 comments on commit 50b3962

Please sign in to comment.