Skip to content

Commit ceec689

Browse files
committed
Release 2.6.1
1 parent 59f85b9 commit ceec689

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.1 - 2021-11-04
2+
3+
- `UpdateUser` and `UpdateUsers` are deprecated in favor of `UpsertUser` and `UpsertUsers` respectively ([#64](https://github.com/GetStream/stream-chat-php/pull/64)) and will be dropped in the next major release. There is no change in the implementation, simple renaming for what they really do.
4+
15
## 2.6.0 - 2021-11-01
26

37
- Add async delete users API support ([#62](https://github.com/GetStream/stream-chat-php/pull/62))

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

1919
class Client

0 commit comments

Comments
 (0)