From 1a55ed303571d8192436c24ad91f14cc892cd571 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Sep 2024 11:40:06 +0000 Subject: [PATCH] chore(release): v4.19.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 217397c..982baff 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.19.0](https://github.com/GetStream/stream-chat-python/compare/v4.18.0...v4.19.0) (2024-09-05) + ## [4.18.0](https://github.com/GetStream/stream-chat-python/compare/v4.17.0...v4.18.0) (2024-07-03) diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index 95ad239..ede58e1 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.18.0" +__version__ = "4.19.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"