Skip to content

Commit e5aaa73

Browse files
author
Anatoly Rugalev
committed
Release 2.3.1
1 parent 4faf4aa commit e5aaa73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 2.3.0 - 2021-06-28
27

38
- Add support for new search improvements

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

1919
class Client

0 commit comments

Comments
 (0)