Skip to content

Commit

Permalink
Release v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gumuz committed Nov 17, 2021
1 parent 045291c commit c8d7116
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 @@
## November 17th, 2021 - 2.13.0

- 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

## November 1st, 2021 - 2.12.0

- Add support for async endpoints
Expand Down
2 changes: 1 addition & 1 deletion lib/stream-chat/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# lib/version.rb

module StreamChat
VERSION = '2.12.0'
VERSION = '2.13.0'
end

0 comments on commit c8d7116

Please sign in to comment.