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 4ccf402 commit b4f88a2Copy full SHA for b4f88a2
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.6.0 - 2021-11-01
2
+
3
+- Add async delete users API support ([#62](https://github.com/GetStream/stream-chat-php/pull/62))
4
+- Add async delete channels API support ([#63](https://github.com/GetStream/stream-chat-php/pull/63))
5
6
## 2.5.0 - 2021-10-06
7
8
- Add exportChannels API support ([#60](https://github.com/GetStream/stream-chat-php/pull/60))
lib/GetStream/StreamChat/Client.php
@@ -13,7 +13,7 @@
13
14
class Constant
15
{
16
- const VERSION = '2.5.0';
+ const VERSION = '2.6.0';
17
}
18
19
class Client
0 commit comments