Skip to content

Commit 2eb0242

Browse files
github-actions[bot]github-actions
andauthored
Release 1.12.4 (#91)
Co-authored-by: github-actions <release@getstream.io>
1 parent 1c790c4 commit 2eb0242

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.12.4](https://github.com/GetStream/stream-chat-java/compare/1.12.3...1.12.4) (2022-10-24)
6+
7+
8+
### Bug Fixes
9+
10+
* null annotation of channel model ([#90](https://github.com/GetStream/stream-chat-java/issues/90)) ([1c790c4](https://github.com/GetStream/stream-chat-java/commit/1c790c4faa05f7e28a379cb7a9d3eb73eea2f4c4))
11+
512
### [1.12.3](https://github.com/GetStream/stream-chat-java/compare/1.12.2...1.12.3) (2022-10-14)
613

714

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

1212
java {

0 commit comments

Comments
 (0)