From 524540a02ad8e0c20660eb422cc33028013ae2e8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Mar 2025 13:23:16 +0000 Subject: [PATCH] chore(release): 1.29.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7babe62b2..f50c8e2d0 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.29.0](https://github.com/GetStream/stream-chat-java/compare/1.28.0...1.29.0) (2025-03-11) + + +### Features + +* **server:** added deleted by filed ([#173](https://github.com/GetStream/stream-chat-java/issues/173)) ([d046dc1](https://github.com/GetStream/stream-chat-java/commit/d046dc1d042dbb966b0c3912037e2c044e156af8)) + ## [1.28.0](https://github.com/GetStream/stream-chat-java/compare/1.27.2...1.28.0) (2025-02-11) diff --git a/build.gradle b/build.gradle index dfcb8beec..58cdae42f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'io.getstream' -version = '1.28.0' +version = '1.29.0' description = 'Stream Chat official Java SDK' java {