Skip to content

Commit c05bd25

Browse files
committed
Bump version to 1.2.0
1 parent 0f77e0e commit c05bd25

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.0 - 2020-12-14
2+
3+
* Add channel mute support
4+
* Add getCID helper to channel to concat type and id
5+
16
## 1.1.10 - 2020-12-10
27

38
* Fix location setting while creating client

lib/GetStream/StreamChat/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use GuzzleHttp\Psr7\Uri;
1212
use GuzzleHttp\Psr7\MultipartStream;
1313

14-
const VERSION = '1.1.10';
14+
const VERSION = '1.2.0';
1515

1616
class Client
1717
{

0 commit comments

Comments
 (0)