Skip to content

Commit

Permalink
Merge pull request #163 from GetStream/release-v3.15.1
Browse files Browse the repository at this point in the history
Release v3.15.1
  • Loading branch information
itsmeadi authored Dec 27, 2024
2 parents dba3f13 + a4ab3a6 commit d41df99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'io.getstream.client'
version = '3.15.0'
version = '3.15.1'
description = 'Stream Feeds official Java SDK'

repositories {
Expand Down

0 comments on commit d41df99

Please sign in to comment.