Skip to content

Commit

Permalink
chore(release): 1.17.0 (#121)
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 Oct 5, 2023
1 parent 763e442 commit d1ea1c7
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.17.0](https://github.com/GetStream/stream-chat-java/compare/1.16.2...1.17.0) (2023-10-05)


### Features

* support message unblock endpoint ([#120](https://github.com/GetStream/stream-chat-java/issues/120)) ([763e442](https://github.com/GetStream/stream-chat-java/commit/763e442fe0f2b8473d5e552ecef7f5a0883f83b6))

### [1.16.2](https://github.com/GetStream/stream-chat-java/compare/1.16.1...1.16.2) (2023-09-20)


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

java {
Expand Down

0 comments on commit d1ea1c7

Please sign in to comment.