From ff575cbf2ad8813cc61c1872dccaaf5fd6c0be70 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Fri, 12 Nov 2021 23:17:56 +0100 Subject: [PATCH] Release v3.15.0 --- CHANGELOG.md | 4 ++++ stream_chat/__pkg__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ee9c3..c19d5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Nov 12, 2021 - 3.15.0 + +- Add update message partial support +- Add pin message and unpin message helpers ## Nov 1, 2021 - 3.14.0 - Add support for async endpoints diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index 536bb37..ac67a19 100644 --- a/stream_chat/__pkg__.py +++ b/stream_chat/__pkg__.py @@ -1,6 +1,6 @@ __author__ = "Tommaso Barbugli" __copyright__ = "Copyright 2019-2021, Stream.io, Inc" -__version__ = "3.14.0" +__version__ = "3.15.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"