Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Dec 14, 2020
1 parent 0f77e0e commit c05bd25
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.2.0 - 2020-12-14

* Add channel mute support
* Add getCID helper to channel to concat type and id

## 1.1.10 - 2020-12-10

* Fix location setting while creating client
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.1.10';
const VERSION = '1.2.0';

class Client
{
Expand Down

0 comments on commit c05bd25

Please sign in to comment.