From ebd7c0eae3951851384f0f50316dcbc05a60f39d Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 8 Jul 2025 06:07:56 +0000 Subject: [PATCH] chore(release): v4.26.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 df7a113..8b40059 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.26.0](https://github.com/GetStream/stream-chat-python/compare/v4.25.0...v4.26.0) (2025-07-08) + ## [4.25.0](https://github.com/GetStream/stream-chat-python/compare/v4.24.0...v4.25.0) (2025-06-18) diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index 400d7e2..83d32d9 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.25.0" +__version__ = "4.26.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"