Skip to content

Commit c6dc110

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v4.14.0 (#163)
Co-authored-by: github-actions <[email protected]>
1 parent e42aa94 commit c6dc110

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.14.0](https://github.com/GetStream/stream-chat-python/compare/v4.13.0...v4.14.0) (2024-03-08)
6+
7+
8+
### Features
9+
10+
* add support for show_deleted_message in getMessage ([#161](https://github.com/GetStream/stream-chat-python/issues/161)) ([e42aa94](https://github.com/GetStream/stream-chat-python/commit/e42aa94fe8aac489a33f288479c08e5f31d7e6d8))
11+
512
## [4.13.0](https://github.com/GetStream/stream-chat-python/compare/v4.12.1...v4.13.0) (2024-03-01)
613

714
### [4.12.1](https://github.com/GetStream/stream-chat-python/compare/v4.12.0...v4.12.1) (2024-02-27)

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.13.0"
3+
__version__ = "4.14.0"
44
__maintainer__ = "Tommaso Barbugli"
55
__email__ = "[email protected]"
66
__status__ = "Production"

0 commit comments

Comments
 (0)