Skip to content

Commit 15adcd5

Browse files
author
Anatoly Rugalev
committed
Release 2.4.0
1 parent 7527c6b commit 15adcd5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
## 2.4.0 - 2021-10-04
2+
3+
- Add Permissions API support and update dev dependencies ([#59])
4+
15
## 2.3.1 - 2021-10-04
26

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
7+
- Fix type validation for issuedAt JWT field ([#56](https://github.com/GetStream/stream-chat-php/issues/56))
8+
- Fix license field in composer.json
59

610
## 2.3.0 - 2021-06-28
711

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

1919
class Client

0 commit comments

Comments
 (0)