File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.0] - 2021-10-11
9+
10+ - Support for permissions v2
11+ - Use edge by default
12+ - Fix timeout setup and application into the requests
13+ - Fix some nullability of some types (channel created_by_id, user id etc.)
14+ - Fix NPE in some tests
15+ - Improve CI to cancel unnecessary tasks
16+
817## [ 1.2.0] - 2021-07-09
918
1019- Add support for permission v2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' io.getstream'
8- version = ' 1.2 .0'
8+ version = ' 1.3 .0'
99description = ' Stream Chat official Java SDK'
1010
1111java {
You can’t perform that action at this time.
0 commit comments