Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Dec 21, 2020
1 parent 787af8e commit f2214e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.0 - 2020-12-21

* Add support for message filters in search
* Use post for query channels instead of get (deprecated in server)

## 1.2.0 - 2020-12-14

* Add channel mute support
Expand Down
2 changes: 1 addition & 1 deletion lib/GetStream/StreamChat/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use GuzzleHttp\Psr7\Uri;
use GuzzleHttp\Psr7\MultipartStream;

const VERSION = '1.2.0';
const VERSION = '1.3.0';

class Client
{
Expand Down

0 comments on commit f2214e0

Please sign in to comment.