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 2282213 commit d6308baCopy full SHA for d6308ba
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## February 3rd, 2021 - 2.5.0
2
+- Add channel partial update
3
+- Increase convenience in query members
4
+- Improve internal symbol conversions
5
+
6
## January 20th, 2021 - 2.4.0
7
- Add query_members to channel
8
- Use post endpoint for query channels instead of get
lib/stream-chat/version.rb
@@ -3,5 +3,5 @@
# lib/version.rb
module StreamChat
- VERSION = '2.4.0'
+ VERSION = '2.5.0'
end
0 commit comments