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 152f5d8 commit 2de08d0Copy full SHA for 2de08d0
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## October 5th, 2020 - 2.1.0
2
+- Add support for blocklist
3
+
4
## October 2nd, 2020 - 2.0.0
5
- Drop EOL Ruby versions: 2.3 && 2.4
6
- Setup Rubocop and mark string literals as frozen
lib/stream-chat/version.rb
@@ -3,5 +3,5 @@
# lib/version.rb
module StreamChat
- VERSION = '2.0.0'
+ VERSION = '2.1.0'
7
end
0 commit comments