We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a471a2 commit 87dd1bfCopy full SHA for 87dd1bf
2 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+## December 9, 2020 - 3.0.0
2
+- Add async version of the client
3
+- Make double invite accept/reject noop
4
+
5
## November 12, 2020 - 2.0.0
6
- Drop Python 3.5 and add 3.9
7
stream_chat/__pkg__.py
@@ -1,6 +1,6 @@
__author__ = "Tommaso Barbugli"
__copyright__ = "Copyright 2019-2020, Stream.io, Inc"
-__version__ = "2.0.0"
+__version__ = "3.0.0"
__maintainer__ = "Tommaso Barbugli"
__email__ = "support@getstream.io"
__status__ = "Production"
0 commit comments