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 406b037 commit 897e26fCopy full SHA for 897e26f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.2.0 - 2021-05-28
2
+
3
+- Add support to revoke application and user level tokens
4
+- Fix async constant initialization in a namespace in PHP 7.4+
5
+- Upgrade deprecated cs-fixer config
6
7
## 2.1.0 - 2021-05-20
8
9
- Add query message flags support
lib/GetStream/StreamChat/Client.php
@@ -13,7 +13,7 @@
13
14
class Constant
15
{
16
- const VERSION = '2.1.0';
+ const VERSION = '2.2.0';
17
}
18
19
class Client
0 commit comments