Skip to content

Commit e83ede4

Browse files
committed
Bump version to v1.1.9
1 parent 050c158 commit e83ede4

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

CHANGELOG.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,28 @@
1-
## 1.1.8
1+
## 1.1.9 - 2020-12-09
22

3-
2020-09-10....<[email protected]>
3+
* Support empty filter call in queryMembers
4+
* Fix user id access in member object after a fix in API
45

5-
* Support guzzle 7
6+
## 1.1.8 - 2020-09-10
67

7-
## 1.1.7
8+
* Support guzzle 7
89

9-
2020-07-01 <[email protected]>
10+
## 1.1.7 - 2020-07-01
1011

1112
* add queryMembers implementation
1213

13-
## 1.1.6
14-
15-
2020-06-29 <[email protected]>
14+
## 1.1.6 - 2020-06-29
1615

1716
* Fixed chat settings
1817

19-
20-
## 1.1.5
21-
22-
23-
2019-12-19 <[email protected]>
18+
## 1.1.5 - 2019-12-19
2419

2520
* Add $clearHistory option to Channel->hide.
2621

27-
## 1.1.4
28-
29-
2019-10-29 <[email protected]>
22+
## 1.1.4 - 2019-10-29
3023

3124
* Check type of expiration in createToken and throw error if not a unix timestamp
3225

33-
## 1.1.3
34-
35-
2019-10-14 <[email protected]>
26+
## 1.1.3 - 2019-10-14
3627

3728
* Allow changing `$baseURL` with STREAM_BASE_CHAT_URL environment variable

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

1616
class Client
1717
{

0 commit comments

Comments
 (0)