Skip to content

Commit b4f88a2

Browse files
committed
Release 2.6.0
1 parent 4ccf402 commit b4f88a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 2.5.0 - 2021-10-06
27

38
- Add exportChannels API support ([#60](https://github.com/GetStream/stream-chat-php/pull/60))

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

1919
class Client

0 commit comments

Comments
 (0)