Skip to content

Commit 32917e2

Browse files
author
Anatoly Rugalev
committed
Release 2.5.0
1 parent 57f5d60 commit 32917e2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 2.5.0 - 2021-10-06
2+
3+
- Add exportChannels API support ([#60](https://github.com/GetStream/stream-chat-php/pull/60))
4+
15
## 2.4.0 - 2021-10-04
26

3-
- Add Permissions API support and update dev dependencies ([#59])
7+
- Add Permissions API support and update dev dependencies ([#59](https://github.com/GetStream/stream-chat-php/pull/59))
48

59
## 2.3.1 - 2021-10-04
610

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

1919
class Client

0 commit comments

Comments
 (0)