Skip to content

Commit 947a7fe

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 1.12.0 (#76)
Co-authored-by: github-actions <release@getstream.io>
1 parent a82766c commit 947a7fe

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.12.0](https://github.com/GetStream/stream-chat-java/compare/v1.11.0...v1.12.0) (2022-05-30)
6+
7+
8+
### Features
9+
10+
* **import:** add import urls ([#74](https://github.com/GetStream/stream-chat-java/issues/74)) ([152627a](https://github.com/GetStream/stream-chat-java/commit/152627a6f3beda6ea57d0347942eb701144bc725))
11+
* **timeout:** add overload for setting timeout ([#75](https://github.com/GetStream/stream-chat-java/issues/75)) ([a82766c](https://github.com/GetStream/stream-chat-java/commit/a82766c0de574d1b0d84ef2fd2535f2e07090df7))
12+
513
## [1.11.0](https://github.com/GetStream/stream-chat-java/compare/1.10.0...1.11.0) (2022-05-13)
614

715

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

1212
java {

0 commit comments

Comments
 (0)