From 93ce539212b3f046d5ab73649610ea8a09548286 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:08:07 +0200 Subject: [PATCH] Release v4.4.2 (#131) Co-authored-by: github-actions --- CHANGELOG.md | 2 ++ stream_chat/__pkg__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d16f0..b60eda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.4.2](https://github.com/GetStream/stream-chat-python/compare/v4.4.1...v4.4.2) (2022-08-22) + ### [4.4.1](https://github.com/GetStream/stream-chat-python/compare/v4.4.0...v4.4.1) (2022-08-17) ## [4.4.0](https://github.com/GetStream/stream-chat-python/compare/v4.3.0...v4.4.0) (2022-08-17) diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index b0d6bad..4de23e4 100644 --- a/stream_chat/__pkg__.py +++ b/stream_chat/__pkg__.py @@ -1,6 +1,6 @@ __author__ = "Tommaso Barbugli" __copyright__ = "Copyright 2019-2022, Stream.io, Inc" -__version__ = "4.4.1" +__version__ = "4.4.2" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"