From 0c0e9a54b6ea45b6c714bc9a3f68d77f2c072299 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 22 Aug 2025 15:54:19 +0000 Subject: [PATCH] chore(release): 3.0.0-feeds --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522b7499..a413d068 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. +## [3.0.0-feeds](https://github.com/GetStream/stream-sdk-java/compare/2.0.0...3.0.0-feeds) (2025-08-22) + ## [2.0.0](https://github.com/GetStream/stream-sdk-java/compare/1.0.0...2.0.0) (2025-04-30) ## 1.0.0 (2025-02-18) diff --git a/gradle.properties b/gradle.properties index 97d695b3..c4e29304 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.0.0 +version=3.0.0-feeds