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 79524fe commit 9ea20d8Copy full SHA for 9ea20d8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.4.0 - 2021-03-10
2
+
3
+* Add get rate limits endpoint support
4
5
## 1.3.0 - 2020-12-21
6
7
* Add support for message filters in search
lib/GetStream/StreamChat/Client.php
@@ -11,7 +11,7 @@
11
use GuzzleHttp\Psr7\Uri;
12
use GuzzleHttp\Psr7\MultipartStream;
13
14
-const VERSION = '1.3.0';
+const VERSION = '1.4.0';
15
16
class Client
17
{
0 commit comments