Skip to content

Commit 14aad2b

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v4.29.0 (#218)
Co-authored-by: github-actions <[email protected]>
1 parent cdd180c commit 14aad2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [4.29.0](https://github.com/GetStream/stream-chat-python/compare/v4.27.0...v4.29.0) (2026-01-19)
6+
7+
8+
### Features
9+
10+
* add batch updates support ([#216](https://github.com/GetStream/stream-chat-python/issues/216)) ([cdd180c](https://github.com/GetStream/stream-chat-python/commit/cdd180c918d24884a86f1407207b72b94386a931))
11+
* 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))
12+
513
## [4.28.0](https://github.com/GetStream/stream-chat-python/compare/v4.27.0...v4.28.0) (2025-11-13)
614

715

stream_chat/__pkg__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Tommaso Barbugli"
22
__copyright__ = "Copyright 2019-2022, Stream.io, Inc"
3-
__version__ = "4.28.0"
3+
__version__ = "4.29.0"
44
__maintainer__ = "Tommaso Barbugli"
55
__email__ = "[email protected]"
66
__status__ = "Production"

0 commit comments

Comments
 (0)