From 16ba421398b5e23b795947ff3813d995d56e938b Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 20 Feb 2026 11:39:57 +0000 Subject: [PATCH] chore(release): v3.26.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31eb8b43..b9a4c955 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. +## [3.26.0](https://github.com/GetStream/stream-java/compare/v3.25.0...v3.26.0) (2026-02-20) + + +### Features + +* **moderation:** skip moderation ([b7738e2](https://github.com/GetStream/stream-java/commit/b7738e25c2553b4fc55edae0b05f1333fba1fc48)) + ## [3.25.0](https://github.com/GetStream/stream-java/compare/v3.24.0...v3.25.0) (2026-01-16) ## [3.24.0](https://github.com/GetStream/stream-java/compare/v3.23.0...v3.24.0) (2025-11-27) diff --git a/build.gradle b/build.gradle index 1b6fd533..c3146ce7 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.25.0' +version = '3.26.0' description = 'Stream Feeds official Java SDK' repositories {