Skip to content

Commit 037c32f

Browse files
author
Vova Maksimchuk
authored
Release 1.3.3 (#28)
1 parent 1e8f848 commit 037c32f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.3] - 2021-11-01
9+
10+
- Add async url enrichment configuration
11+
812
## [1.3.2] - 2021-10-27
913

1014
- Fix channel type creation with commands

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

1111
java {

0 commit comments

Comments
 (0)