From 7f4ad241165b862681b11c0af415342453004ba6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 21:42:04 +0200 Subject: [PATCH] chore(release): v4.7.0 (#138) 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 79eb8c4..e17f7df 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.7.0](https://github.com/GetStream/stream-chat-python/compare/v4.6.0...v4.7.0) (2023-03-29) + + +### Features + +* enable creation of channels with query options ([#137](https://github.com/GetStream/stream-chat-python/issues/137)) ([e33ae40](https://github.com/GetStream/stream-chat-python/commit/e33ae40d2680ad0a16ed84cdc582031d18e23c6f)) + ## [4.6.0](https://github.com/GetStream/stream-chat-python/compare/v4.5.0...v4.6.0) (2022-11-08) diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index 60d6b20..8c829fc 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.6.0" +__version__ = "4.7.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"