Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gumuz committed Nov 17, 2021
1 parent 5975dd9 commit 4889972
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.7.0 - 2021-11-17

- Add support for shadow banning user
- shadow_ban
- remove_shadow_ban
- Add support for pinning messages
- pin_message
- unpin_message
- Add support for partial updating messages
- update_message_partial
- Add support for updating channel ownership for Deleted Users

## 2.6.1 - 2021-11-04

- `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.
Expand Down
2 changes: 1 addition & 1 deletion lib/GetStream/StreamChat/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Constant
{
const VERSION = '2.6.1';
const VERSION = '2.7.0';
}

class Client
Expand Down

0 comments on commit 4889972

Please sign in to comment.