From 32a9ad2267e06989a6227d3ee8c3e5003aa83302 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 20 Jan 2026 18:51:07 +0000 Subject: [PATCH] chore(release): 1.38.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb475c1..4c658ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.38.0](https://github.com/GetStream/stream-chat-java/compare/1.37.2...1.38.0) (2026-01-20) + ### [1.37.2](https://github.com/GetStream/stream-chat-java/compare/1.37.1...1.37.2) (2025-11-19) ### [1.37.1](https://github.com/GetStream/stream-chat-java/compare/1.37.0...1.37.1) (2025-11-19) diff --git a/build.gradle b/build.gradle index 2f34ed04..42515a75 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'io.getstream' -version = '1.37.2' +version = '1.38.0' description = 'Stream Chat official Java SDK' java {