Skip to content

Commit 2de08d0

Browse files
committed
Release 2.1.0
1 parent 152f5d8 commit 2de08d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## October 5th, 2020 - 2.1.0
2+
- Add support for blocklist
3+
14
## October 2nd, 2020 - 2.0.0
25
- Drop EOL Ruby versions: 2.3 && 2.4
36
- Setup Rubocop and mark string literals as frozen

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

0 commit comments

Comments
 (0)