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 7527c6b commit 15adcd5Copy full SHA for 15adcd5
CHANGELOG.md
@@ -1,7 +1,11 @@
1
+## 2.4.0 - 2021-10-04
2
+
3
+- Add Permissions API support and update dev dependencies ([#59])
4
5
## 2.3.1 - 2021-10-04
6
-- Fixed type validation for issuedAt JWT field ([#56](https://github.com/GetStream/stream-chat-php/issues/56))
-- Fixed license field in composer.json
7
+- Fix type validation for issuedAt JWT field ([#56](https://github.com/GetStream/stream-chat-php/issues/56))
8
+- Fix license field in composer.json
9
10
## 2.3.0 - 2021-06-28
11
lib/GetStream/StreamChat/Client.php
@@ -13,7 +13,7 @@
13
14
class Constant
15
{
16
- const VERSION = '2.3.1';
+ const VERSION = '2.4.0';
17
}
18
19
class Client
0 commit comments