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 e2955ae commit cfeb9e2Copy full SHA for cfeb9e2
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## October 5th, 2021 - 2.11.2
2
+
3
+- Add Codeowners file
4
+- Fix StreamChannelException raises
5
+- Fix rubocop linting error
6
+- Fix channel export test
7
+- Update Github action
8
9
## August 23rd, 2021 - 2.11.1
10
11
- Use edge as base url
lib/stream-chat/version.rb
@@ -3,5 +3,5 @@
# lib/version.rb
module StreamChat
- VERSION = '2.11.1'
+ VERSION = '2.11.2'
end
0 commit comments