Skip to content

Commit 434e4af

Browse files
committed
Bump version to v1.1.10
1 parent 86caa52 commit 434e4af

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.1.10 - 2020-12-10
2+
3+
* Fix location setting while creating client
4+
* Fix urls in file/image upload tests
5+
16
## 1.1.9 - 2020-12-09
27

38
* Support empty filter call in queryMembers

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

1616
class Client
1717
{

0 commit comments

Comments
 (0)