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 28fccc2 commit 2ad91bcCopy full SHA for 2ad91bc
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## January 4th, 2021 - 2.2.0
2
+- Add support for export channels
3
+- Improve readme for blocklist and export channels
4
+- Improve running tests for multiple versions of ruby
5
+- Fix issues from the latest version of rubocop
6
+- Move to GitHub Actions
7
+
8
## October 5th, 2020 - 2.1.0
9
- Add support for blocklist
10
lib/stream-chat/version.rb
@@ -3,5 +3,5 @@
# lib/version.rb
module StreamChat
- VERSION = '2.1.0'
+ VERSION = '2.2.0'
end
0 commit comments