diff --git a/CHANGELOG.md b/CHANGELOG.md index cb766ad..833207f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## February 26, 2021 - 3.5.0 + +- Support additional claims for jwt token generation + ## February 22, 2021 - 3.4.0 - Add channel mute/unmute for a user diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index b1b8d54..43e817a 100644 --- a/stream_chat/__pkg__.py +++ b/stream_chat/__pkg__.py @@ -1,6 +1,6 @@ __author__ = "Tommaso Barbugli" __copyright__ = "Copyright 2019-2020, Stream.io, Inc" -__version__ = "3.4.0" +__version__ = "3.5.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"