From 74af530f95fd52c2fd6a3bf30086e417dad9d484 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 May 2026 12:14:23 +0000 Subject: [PATCH] chore(release): 1.45.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7750ceb7..1a9c8d76c 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.45.0](https://github.com/GetStream/stream-chat-java/compare/1.44.0...1.45.0) (2026-05-13) + + +### Features + +* **webhooks:** verifyAndParse* API for compressed payloads (CHA-3071) ([#255](https://github.com/GetStream/stream-chat-java/issues/255)) ([69a48f3](https://github.com/GetStream/stream-chat-java/commit/69a48f36b5b0688a3df9201f5308ed55b1172590)), closes [GetStream/chat#13222](https://github.com/GetStream/chat/issues/13222) + ## [1.44.0](https://github.com/GetStream/stream-chat-java/compare/1.43.0...1.44.0) (2026-04-11) ## [1.44.0](https://github.com/GetStream/stream-chat-java/compare/1.43.0...1.44.0) (2026-04-11) diff --git a/build.gradle b/build.gradle index 56b3e88e5..ebd91ce44 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.44.0' +version = '1.45.0' description = 'Stream Chat official Java SDK' java {