Skip to content

Commit

Permalink
Bump version to v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Dec 10, 2020
1 parent 86caa52 commit 434e4af
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.1.10 - 2020-12-10

* Fix location setting while creating client
* Fix urls in file/image upload tests

## 1.1.9 - 2020-12-09

* Support empty filter call in queryMembers
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.9';
const VERSION = '1.1.10';

class Client
{
Expand Down

0 comments on commit 434e4af

Please sign in to comment.