diff --git a/CHANGELOG.md b/CHANGELOG.md index 484f59d9..f4f2019e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.23.0](https://github.com/GetStream/stream-chat-java/compare/1.22.2...1.23.0) (2024-05-22) + + +### Features + +* add test for `notifications_muted` query members ([#143](https://github.com/GetStream/stream-chat-java/issues/143)) ([c25d107](https://github.com/GetStream/stream-chat-java/commit/c25d1077b435b1749e04baef4c5a73c368c9900e)) + ### [1.22.2](https://github.com/GetStream/stream-chat-java/compare/1.22.1...1.22.2) (2024-04-18) diff --git a/build.gradle b/build.gradle index d64ea497..57710a9e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'io.getstream' -version = '1.22.2' +version = '1.23.0' description = 'Stream Chat official Java SDK' java {