From 2101d0e35c223c753b423aa3e2a6c59246a13502 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Feb 2024 09:45:09 +0000 Subject: [PATCH] chore(release): v4.12.0 --- CHANGELOG.md | 2 ++ stream_chat/__pkg__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10901dd5..b63df393 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.12.0](https://github.com/GetStream/stream-chat-python/compare/v4.11.0...v4.12.0) (2024-02-23) + ## [4.11.0](https://github.com/GetStream/stream-chat-python/compare/v4.10.0...v4.11.0) (2023-11-23) diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index aeff4638..7e28403d 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.11.0" +__version__ = "4.12.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"