From d1ea1c7da1bf8a14f3c4f51a91fb015ee4ccd7d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:06:08 +0200 Subject: [PATCH] chore(release): 1.17.0 (#121) Co-authored-by: github-actions --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dedcf43..33fb46eb 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.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) diff --git a/build.gradle b/build.gradle index 49d805b1..88787a0a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'io.getstream' -version = '1.16.2' +version = '1.17.0' description = 'Stream Chat official Java SDK' java {