From 032b58613abb686888c33b0aa790f165ab697f6d Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Jan 2026 08:17:50 +0000 Subject: [PATCH] chore(release): v4.29.0 --- CHANGELOG.md | 8 ++++++++ stream_chat/__pkg__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8157c9..4e11b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.29.0](https://github.com/GetStream/stream-chat-python/compare/v4.27.0...v4.29.0) (2026-01-19) + + +### Features + +* add batch updates support ([#216](https://github.com/GetStream/stream-chat-python/issues/216)) ([cdd180c](https://github.com/GetStream/stream-chat-python/commit/cdd180c918d24884a86f1407207b72b94386a931)) +* add message_timestamp option to MarkUnread ([#211](https://github.com/GetStream/stream-chat-python/issues/211)) ([1e239cd](https://github.com/GetStream/stream-chat-python/commit/1e239cd0688027442e169c968e63ef21e1a3c018)) + ## [4.28.0](https://github.com/GetStream/stream-chat-python/compare/v4.27.0...v4.28.0) (2025-11-13) diff --git a/stream_chat/__pkg__.py b/stream_chat/__pkg__.py index b141c3a..66ad4b7 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.28.0" +__version__ = "4.29.0" __maintainer__ = "Tommaso Barbugli" __email__ = "support@getstream.io" __status__ = "Production"