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 787af8e commit f2214e0Copy full SHA for f2214e0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.3.0 - 2020-12-21
2
+
3
+* Add support for message filters in search
4
+* Use post for query channels instead of get (deprecated in server)
5
6
## 1.2.0 - 2020-12-14
7
8
* Add channel mute support
lib/GetStream/StreamChat/Client.php
@@ -11,7 +11,7 @@
11
use GuzzleHttp\Psr7\Uri;
12
use GuzzleHttp\Psr7\MultipartStream;
13
14
-const VERSION = '1.2.0';
+const VERSION = '1.3.0';
15
16
class Client
17
{
0 commit comments