We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e032ff commit b2b58fbCopy full SHA for b2b58fb
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## November 1st, 2021 - 2.12.0
2
+
3
+- Add support for async endpoints
4
+ - get_task
5
+ - delete_channels
6
+ _ delete_users
7
8
## October 22nd, 2021 - 2.11.3
9
10
- Don't log the entire response when creating exception
lib/stream-chat/version.rb
@@ -3,5 +3,5 @@
# lib/version.rb
module StreamChat
- VERSION = '2.11.3'
+ VERSION = '2.12.0'
end
0 commit comments