From ac2fcbe77db9126a366faa9e18fa46c0b6270951 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:37:02 +0200 Subject: [PATCH] chore(release): 1.22.0 (#137) Co-authored-by: github-actions --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caab8dcc..2cf5af7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.22.0](https://github.com/GetStream/stream-chat-java/compare/1.21.0...1.22.0) (2024-03-27) + ## [1.21.0](https://github.com/GetStream/stream-chat-java/compare/1.20.1...1.21.0) (2024-03-18) diff --git a/build.gradle b/build.gradle index 93a01947..5e51b9ad 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'io.getstream' -version = '1.21.0' +version = '1.22.0' description = 'Stream Chat official Java SDK' java {