From 0db3aeb4fd45ebff5f3dcfd74b765be54e49105a Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Oct 2025 13:41:12 +0000 Subject: [PATCH] chore(release): 1.36.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b880ea17..775e6c3c3 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. +## [1.36.0](https://github.com/GetStream/stream-chat-java/compare/1.35.0...1.36.0) (2025-10-22) + + +### Bug Fixes + +* 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) + ## [1.35.0](https://github.com/GetStream/stream-chat-java/compare/1.34.0...1.35.0) (2025-10-15) diff --git a/build.gradle b/build.gradle index 712f51be9..e3531fbbe 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.35.0' +version = '1.36.0' description = 'Stream Chat official Java SDK' java {