Skip to content

Commit 2bfcba4

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.16.2 (#119)
Co-authored-by: github-actions <release@getstream.io>
1 parent 6d8a6ca commit 2bfcba4

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.16.2](https://github.com/GetStream/stream-chat-java/compare/1.16.1...1.16.2) (2023-09-20)
6+
7+
8+
### Features
9+
10+
* allow search with offset and sort ([#118](https://github.com/GetStream/stream-chat-java/issues/118)) ([6d8a6ca](https://github.com/GetStream/stream-chat-java/commit/6d8a6ca46d651655b08d85c3df2f91bdd637fdbe))
11+
512
### [1.16.1](https://github.com/GetStream/stream-chat-java/compare/1.16.0...1.16.1) (2023-09-19)
613

714
## [1.16.0](https://github.com/GetStream/stream-chat-java/compare/1.15.2...1.16.0) (2023-09-18)

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.16.1'
9+
version = '1.16.2'
1010
description = 'Stream Chat official Java SDK'
1111

1212
java {

0 commit comments

Comments
 (0)