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 b519e60 commit bb8d04aCopy full SHA for bb8d04a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.3.0 - 2021-06-28
2
+
3
+- Add support for new search improvements
4
5
## 2.2.0 - 2021-05-28
6
7
- Add support to revoke application and user level tokens
lib/GetStream/StreamChat/Client.php
@@ -13,7 +13,7 @@
13
14
class Constant
15
{
16
- const VERSION = '2.2.0';
+ const VERSION = '2.3.0';
17
}
18
19
class Client
0 commit comments