Skip to content

Commit da7b060

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.30.0 (#184)
Co-authored-by: github-actions <release@getstream.io>
1 parent 4f107dd commit da7b060

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.30.0](https://github.com/GetStream/stream-chat-java/compare/1.29.0...1.30.0) (2025-06-18)
6+
7+
8+
### Features
9+
10+
* add draft endpoints ([#177](https://github.com/GetStream/stream-chat-java/issues/177)) ([866d832](https://github.com/GetStream/stream-chat-java/commit/866d8321fe19ade2a145fa98f1e2675bf6a0ba05))
11+
* implemented the message reminders feature ([#175](https://github.com/GetStream/stream-chat-java/issues/175)) ([4f107dd](https://github.com/GetStream/stream-chat-java/commit/4f107dd25551be9ec6b4be698a495ead88b3501f))
12+
513
## [1.29.0](https://github.com/GetStream/stream-chat-java/compare/1.28.0...1.29.0) (2025-03-11)
614

715

build.gradle

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

99
group = 'io.getstream'
10-
version = '1.29.0'
10+
version = '1.30.0'
1111
description = 'Stream Chat official Java SDK'
1212

1313
java {

0 commit comments

Comments
 (0)