From a5ae565a2566a1aac7dfa9a9dc96df0740e610c0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 26 Jul 2023 09:49:02 +0000 Subject: [PATCH] chore(release): 1.15.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 964a480e..8bc7dc2c 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.15.0](https://github.com/GetStream/stream-chat-java/compare/1.14.0...1.15.0) (2023-07-26) + + +### Features + +* added support for force_moderation on message ([#108](https://github.com/GetStream/stream-chat-java/issues/108)) ([d71ccba](https://github.com/GetStream/stream-chat-java/commit/d71ccba984111604dcb96c68671c6394c525a4db)) + ## [1.14.0](https://github.com/GetStream/stream-chat-java/compare/1.13.1...1.14.0) (2023-07-18) diff --git a/build.gradle b/build.gradle index 692465b2..4d91ce3b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'io.getstream' -version = '1.14.0' +version = '1.15.0' description = 'Stream Chat official Java SDK' java {