From 4c9959d270c62dc463b268117bbe7d5ba7699cb5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 1 Sep 2025 11:32:34 +0000 Subject: [PATCH] chore(release): 1.31.1 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd90c3f7f..3c0a4a97d 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.31.1](https://github.com/GetStream/stream-chat-java/compare/1.31.0...1.31.1) (2025-09-01) + + +### Features + +* Added `Delete for me` support on behalf of a user ([#193](https://github.com/GetStream/stream-chat-java/issues/193)) ([0f81c7e](https://github.com/GetStream/stream-chat-java/commit/0f81c7e272e8fa5867e1ddee8ffe2073d06ed322)) + ## [1.31.0](https://github.com/GetStream/stream-chat-java/compare/1.30.0...1.31.0) (2025-08-14) diff --git a/build.gradle b/build.gradle index 1dce4a075..8f92129cd 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.31.0' +version = '1.31.1' description = 'Stream Chat official Java SDK' java {