Skip to content

Commit c8d7116

Browse files
committed
Release v2.13.0
1 parent 045291c commit c8d7116

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## November 17th, 2021 - 2.13.0
2+
3+
- Add support for shadow banning user
4+
- shadow_ban
5+
- remove_shadow_ban
6+
- Add support for pinning messages
7+
- pin_message
8+
- unpin_message
9+
- Add support for partial updating messages
10+
- update_message_partial
11+
- Add support for updating channel ownership for Deleted Users
12+
113
## November 1st, 2021 - 2.12.0
214

315
- Add support for async endpoints

lib/stream-chat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# lib/version.rb
44

55
module StreamChat
6-
VERSION = '2.12.0'
6+
VERSION = '2.13.0'
77
end

0 commit comments

Comments
 (0)