Skip to content

Commit 7799f02

Browse files
author
Vova Maksimchuk
authored
Release 1.4.0 (#31)
1 parent 05a2f8d commit 7799f02

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.4.0] - 2021-11-03
9+
10+
- Add deleteMany for Channels
11+
- Add deleteMany for Users
12+
- Add TaskStatus to track async operations results
13+
814
## [1.3.3] - 2021-11-01
915

1016
- Add async url enrichment configuration

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.3.3'
8+
version = '1.4.0'
99
description = 'Stream Chat official Java SDK'
1010

1111
java {

0 commit comments

Comments
 (0)