Skip to content

Commit f2214e0

Browse files
committed
Bump version to 1.3.0
1 parent 787af8e commit f2214e0

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.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+
16
## 1.2.0 - 2020-12-14
27

38
* Add channel mute support

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

1616
class Client
1717
{

0 commit comments

Comments
 (0)