Skip to content

Commit 897e26f

Browse files
committed
Release 2.2.0
1 parent 406b037 commit 897e26f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 2.1.0 - 2021-05-20
28

39
- Add query message flags support

lib/GetStream/StreamChat/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class Constant
1515
{
16-
const VERSION = '2.1.0';
16+
const VERSION = '2.2.0';
1717
}
1818

1919
class Client

0 commit comments

Comments
 (0)