From 710918401786200e839d60f60f25b3ab41f07ab4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 4 Jul 2025 12:22:44 +0000 Subject: [PATCH] chore(release): 1.31.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987690e04..e93e56a28 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.31.0](https://github.com/GetStream/stream-chat-java/compare/1.30.0...1.31.0) (2025-07-04) + ## [1.30.0](https://github.com/GetStream/stream-chat-java/compare/1.29.0...1.30.0) (2025-06-18) diff --git a/build.gradle b/build.gradle index a63acc598..1dce4a075 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.30.0' +version = '1.31.0' description = 'Stream Chat official Java SDK' java {