We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f77e0e commit c05bd25Copy full SHA for c05bd25
CHANGELOG.md
@@ -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
6
## 1.1.10 - 2020-12-10
7
8
* Fix location setting while creating client
lib/GetStream/StreamChat/Client.php
@@ -11,7 +11,7 @@
11
use GuzzleHttp\Psr7\Uri;
12
use GuzzleHttp\Psr7\MultipartStream;
13
14
-const VERSION = '1.1.10';
+const VERSION = '1.2.0';
15
16
class Client
17
{
0 commit comments