Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoly Rugalev committed Oct 4, 2021
1 parent 4faf4aa commit e5aaa73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.3.1 - 2021-10-04

- Fixed type validation for issuedAt JWT field ([#56](https://github.com/GetStream/stream-chat-php/issues/56))
- Fixed license field in composer.json

## 2.3.0 - 2021-06-28

- Add support for new search improvements
Expand Down
2 changes: 1 addition & 1 deletion lib/GetStream/StreamChat/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Constant
{
const VERSION = '2.3.0';
const VERSION = '2.3.1';
}

class Client
Expand Down

0 comments on commit e5aaa73

Please sign in to comment.