We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86caa52 commit 434e4afCopy full SHA for 434e4af
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.1.10 - 2020-12-10
2
+
3
+* Fix location setting while creating client
4
+* Fix urls in file/image upload tests
5
6
## 1.1.9 - 2020-12-09
7
8
* Support empty filter call in queryMembers
lib/GetStream/StreamChat/Client.php
@@ -11,7 +11,7 @@
11
use GuzzleHttp\Psr7\Uri;
12
use GuzzleHttp\Psr7\MultipartStream;
13
14
-const VERSION = '1.1.9';
+const VERSION = '1.1.10';
15
16
class Client
17
{
0 commit comments