From 83c2be55eeb0452bda2aff89179f38d2139c1d8b Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 6 Nov 2024 08:54:15 +0000 Subject: [PATCH] chore(release): v3.13.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04cfb070..64e9aa81 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.13.0](https://github.com/GetStream/stream-java/compare/v3.12.0...v3.13.0) (2024-11-06) + ## [3.12.0](https://github.com/GetStream/stream-java/compare/v3.11.0...v3.12.0) (2024-11-05) diff --git a/build.gradle b/build.gradle index 6b75b9d7..dba85fa9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.12.0' +version = '3.13.0' description = 'Stream Feeds official Java SDK' repositories {