Skip to content

Commit d627343

Browse files
committed
Release 1.3.0
1 parent c289795 commit d627343

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
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

build.gradle

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

77
group = 'io.getstream'
8-
version = '1.2.0'
8+
version = '1.3.0'
99
description = 'Stream Chat official Java SDK'
1010

1111
java {

0 commit comments

Comments
 (0)