Skip to content

Commit 9ea20d8

Browse files
committed
Release 1.4.0
1 parent 79524fe commit 9ea20d8

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
@@ -1,3 +1,7 @@
1+
## 1.4.0 - 2021-03-10
2+
3+
* Add get rate limits endpoint support
4+
15
## 1.3.0 - 2020-12-21
26

37
* Add support for message filters in search

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.3.0';
14+
const VERSION = '1.4.0';
1515

1616
class Client
1717
{

0 commit comments

Comments
 (0)