From a4ab3a6ed4a2385b7de5731a91ce069156e36b06 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 27 Dec 2024 10:31:36 +0000 Subject: [PATCH] chore(release): v3.15.1 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a38d2f40..cd0ef08f 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.15.1](https://github.com/GetStream/stream-java/compare/v3.15.0...v3.15.1) (2024-12-27) + + +### Bug Fixes + +* pass custom var to request ([99ea58e](https://github.com/GetStream/stream-java/commit/99ea58ef057d7a5eaa1f20aaceb6b28b819e825e)) + ## [3.15.0](https://github.com/GetStream/stream-java/compare/v3.14.0...v3.15.0) (2024-11-21) ## [3.14.0](https://github.com/GetStream/stream-java/compare/v3.13.0...v3.14.0) (2024-11-11) diff --git a/build.gradle b/build.gradle index 3ba25ccc..0c1b4b84 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.15.0' +version = '3.15.1' description = 'Stream Feeds official Java SDK' repositories {