diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e927e6..0db5e2aa 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.22.0](https://github.com/GetStream/stream-chat-python/compare/v4.21.0...v4.22.0) (2025-02-18) + ## [4.21.0](https://github.com/GetStream/stream-chat-python/compare/v4.20.0...v4.21.0) (2025-02-11) ## [4.20.0](https://github.com/GetStream/stream-chat-python/compare/v4.19.0...v4.20.0) (2024-12-07) diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index 149976f4..acf742bc 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.21.0" +__version__ = "4.22.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"