From 59599cea20e654a01b6a045e21c3c0106ea56e68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:32:53 +0100 Subject: [PATCH] chore(release): 1.21.0 (#135) Co-authored-by: github-actions --- CHANGELOG.md | 8 ++++++++ build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a52535b..caab8dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/build.gradle b/build.gradle index f100721c..ea032bbe 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'io.getstream' -version = '1.20.1' +version = '1.21.0' description = 'Stream Chat official Java SDK' java {