From 11072b2587ac84d4d3e7d2696ee0c74a631b17c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:40:00 +0200 Subject: [PATCH] Release v4.5.0 (#133) Co-authored-by: github-actions --- CHANGELOG.md | 7 +++++++ stream_chat/__pkg__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b60eda6..d338275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.5.0](https://github.com/GetStream/stream-chat-python/compare/v4.4.2...v4.5.0) (2022-09-07) + + +### Features + +* add gdpr flag for campaign deletion ([#132](https://github.com/GetStream/stream-chat-python/issues/132)) ([5dc0c2e](https://github.com/GetStream/stream-chat-python/commit/5dc0c2e4bda97a5ee8f67c28eca89244bfeb5333)) + ### [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) diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index 4de23e4..4f50fa1 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.2" +__version__ = "4.5.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"