Skip to content

Commit 0db3aeb

Browse files
author
github-actions
committed
chore(release): 1.36.0
1 parent cfbc54f commit 0db3aeb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [1.36.0](https://github.com/GetStream/stream-chat-java/compare/1.35.0...1.36.0) (2025-10-22)
6+
7+
8+
### Bug Fixes
9+
10+
* restore @JsonAnyGetter functionality for additionalFields serialization ([#209](https://github.com/GetStream/stream-chat-java/issues/209)) ([cfbc54f](https://github.com/GetStream/stream-chat-java/commit/cfbc54f30e31505dc36983ddf6150e1cc003ccc4)), closes [#205](https://github.com/GetStream/stream-chat-java/issues/205) [#205](https://github.com/GetStream/stream-chat-java/issues/205) [#205](https://github.com/GetStream/stream-chat-java/issues/205)
11+
512
## [1.35.0](https://github.com/GetStream/stream-chat-java/compare/1.34.0...1.35.0) (2025-10-15)
613

714

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'io.getstream'
11-
version = '1.35.0'
11+
version = '1.36.0'
1212
description = 'Stream Chat official Java SDK'
1313

1414
java {

0 commit comments

Comments
 (0)