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 4faf4aa commit e5aaa73Copy full SHA for e5aaa73
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.3.1 - 2021-10-04
2
+
3
+- Fixed type validation for issuedAt JWT field ([#56](https://github.com/GetStream/stream-chat-php/issues/56))
4
+- Fixed license field in composer.json
5
6
## 2.3.0 - 2021-06-28
7
8
- Add support for new search improvements
lib/GetStream/StreamChat/Client.php
@@ -13,7 +13,7 @@
13
14
class Constant
15
{
16
- const VERSION = '2.3.0';
+ const VERSION = '2.3.1';
17
}
18
19
class Client
0 commit comments