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 57f5d60 commit 32917e2Copy full SHA for 32917e2
CHANGELOG.md
@@ -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
5
## 2.4.0 - 2021-10-04
6
-- 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))
8
9
## 2.3.1 - 2021-10-04
10
lib/GetStream/StreamChat/Client.php
@@ -13,7 +13,7 @@
13
14
class Constant
15
{
16
- const VERSION = '2.4.0';
+ const VERSION = '2.5.0';
17
}
18
19
class Client
0 commit comments