Skip to content

Commit bb8d04a

Browse files
committed
Release 2.3.0
1 parent b519e60 commit bb8d04a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.0 - 2021-06-28
2+
3+
- Add support for new search improvements
4+
15
## 2.2.0 - 2021-05-28
26

37
- Add support to revoke application and user level tokens

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.2.0';
16+
const VERSION = '2.3.0';
1717
}
1818

1919
class Client

0 commit comments

Comments
 (0)