Skip to content

Commit ea01354

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.14.0 (#107)
Co-authored-by: github-actions <release@getstream.io>
1 parent 40aa482 commit ea01354

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.14.0](https://github.com/GetStream/stream-chat-java/compare/1.13.1...1.14.0) (2023-07-18)
6+
7+
8+
### Features
9+
10+
* added `pending` property to message ([#104](https://github.com/GetStream/stream-chat-java/issues/104)) ([46eef4f](https://github.com/GetStream/stream-chat-java/commit/46eef4f3debfe7807bb7fd1effa2f5c1c968f8f5))
11+
* added mark_messages_pending property to channel config ([#105](https://github.com/GetStream/stream-chat-java/issues/105)) ([182835e](https://github.com/GetStream/stream-chat-java/commit/182835ed1a852135755f1bbc8764aa2c1ed3b581))
12+
* added support for show_deleted_messages in getMessage endpoint ([#106](https://github.com/GetStream/stream-chat-java/issues/106)) ([40aa482](https://github.com/GetStream/stream-chat-java/commit/40aa482adde4e61f56855328b69f9e6cb5e20bcc))
13+
514
### [1.13.1](https://github.com/GetStream/stream-chat-java/compare/1.13.0...1.13.1) (2023-06-09)
615

716
## [1.13.0](https://github.com/GetStream/stream-chat-java/compare/1.12.6...1.13.0) (2023-05-25)

build.gradle

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

88
group = 'io.getstream'
9-
version = '1.13.1'
9+
version = '1.14.0'
1010
description = 'Stream Chat official Java SDK'
1111

1212
java {

0 commit comments

Comments
 (0)