diff --git a/CHANGELOG.md b/CHANGELOG.md index cd67dba..01d5a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## February 8, 2021 - 3.2.0 +- Add channel partial update + ## January 22, 2021 - 3.1.1 - Bump pyjwt to 2.x diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index 51f9330..d109df2 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.1.1" +__version__ = "3.2.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"