We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d833ea commit d28816aCopy full SHA for d28816a
CHANGELOG
@@ -1,3 +1,7 @@
1
+## September 10, 2020 - 1.5.0
2
+- Support for query members
3
+- Prefer literals over constructors to simplify code
4
+
5
## July 23, 2020 - 1.4.0
6
- Support timeout while muting a user
7
stream_chat/__pkg__.py
@@ -1,6 +1,6 @@
__author__ = "Tommaso Barbugli"
__copyright__ = "Copyright 2019-2020, Stream.io, Inc"
-__version__ = "1.4.0"
+__version__ = "1.5.0"
__maintainer__ = "Tommaso Barbugli"
__email__ = "support@getstream.io"
__status__ = "Production"
0 commit comments