Skip to content

Commit d28816a

Browse files
committed
Bump version to v1.5.0
1 parent 7d833ea commit d28816a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## July 23, 2020 - 1.4.0
26
- Support timeout while muting a user
37

stream_chat/__pkg__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Tommaso Barbugli"
22
__copyright__ = "Copyright 2019-2020, Stream.io, Inc"
3-
__version__ = "1.4.0"
3+
__version__ = "1.5.0"
44
__maintainer__ = "Tommaso Barbugli"
55
__email__ = "[email protected]"
66
__status__ = "Production"

0 commit comments

Comments
 (0)