Skip to content

Commit 2ad91bc

Browse files
committed
Release v2.2.0
1 parent 28fccc2 commit 2ad91bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## October 5th, 2020 - 2.1.0
29
- Add support for blocklist
310

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.1.0'
6+
VERSION = '2.2.0'
77
end

0 commit comments

Comments
 (0)