Skip to content

Commit

Permalink
chore(release): 1.21.0 (#135)
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 Mar 18, 2024
1 parent 374d0e9 commit 59599ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.21.0](https://github.com/GetStream/stream-chat-java/compare/1.20.1...1.21.0) (2024-03-18)


### Features

* query deactivated users ([#134](https://github.com/GetStream/stream-chat-java/issues/134)) ([374d0e9](https://github.com/GetStream/stream-chat-java/commit/374d0e9b650abbce0062ee966a4a89415d233dd9))
* unread counts ([#133](https://github.com/GetStream/stream-chat-java/issues/133)) ([7a075ae](https://github.com/GetStream/stream-chat-java/commit/7a075ae9b0d605dc8c166c2d16c84ae9af61c730))

### [1.20.1](https://github.com/GetStream/stream-chat-java/compare/1.20.0...1.20.1) (2024-02-14)


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

java {
Expand Down

0 comments on commit 59599ce

Please sign in to comment.