Skip to content

Commit 752269d

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.39.0 (#232)
Co-authored-by: github-actions <release@getstream.io>
1 parent e9ee670 commit 752269d

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.39.0](https://github.com/GetStream/stream-chat-java/compare/1.38.0...1.39.0) (2026-01-21)
6+
7+
8+
### Features
9+
10+
* add channel batch updates support ([#224](https://github.com/GetStream/stream-chat-java/issues/224)) ([fc13f5c](https://github.com/GetStream/stream-chat-java/commit/fc13f5c308a1d53367994e5f98b04dde7b4bbcb3))
11+
512
## [1.38.0](https://github.com/GetStream/stream-chat-java/compare/1.37.2...1.38.0) (2026-01-20)
613

714
### [1.37.2](https://github.com/GetStream/stream-chat-java/compare/1.37.1...1.37.2) (2025-11-19)

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.38.0'
11+
version = '1.39.0'
1212
description = 'Stream Chat official Java SDK'
1313

1414
java {

0 commit comments

Comments
 (0)