Skip to content

Commit 2299356

Browse files
authored
Merge pull request #154 from GetStream/release-v3.12.0
Release v3.12.0
2 parents 207f2b9 + 02587fe commit 2299356

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [3.12.0](https://github.com/GetStream/stream-java/compare/v3.11.0...v3.12.0) (2024-11-05)
6+
7+
8+
### Bug Fixes
9+
10+
* fix tests ([4ae4d24](https://github.com/GetStream/stream-java/commit/4ae4d2434c81334c82115fd610caf507ce32ac5c))
11+
* fix tests, fix token moderation ([f4f6596](https://github.com/GetStream/stream-java/commit/f4f6596c240349c67f66094ccd5117a7fd3d60e6))
12+
* fix tests, fix token moderation ([1ea89d9](https://github.com/GetStream/stream-java/commit/1ea89d90e19c773dd120d96883d8bd08252e6d86))
13+
514
## [3.11.0](https://github.com/GetStream/stream-java/compare/v3.10.0...v3.11.0) (2024-10-08)
615

716
## [3.10.0](https://github.com/GetStream/stream-java/compare/v3.9.2...v3.10.0) (2024-03-12)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'io.getstream.client'
8-
version = '3.11.0'
8+
version = '3.12.0'
99
description = 'Stream Feeds official Java SDK'
1010

1111
repositories {

0 commit comments

Comments
 (0)