Skip to content

Commit

Permalink
chore(release): v4.15.0 (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <release@getstream.io>
  • Loading branch information
github-actions[bot] and github-actions committed Mar 19, 2024
1 parent 7d57dcc commit 62a5ea0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.15.0](https://github.com/GetStream/stream-chat-python/compare/v4.14.0...v4.15.0) (2024-03-19)


### Features

* support all_users & all_sender_channels for segment ([#164](https://github.com/GetStream/stream-chat-python/issues/164)) ([7d57dcc](https://github.com/GetStream/stream-chat-python/commit/7d57dcc6e603863140588f5e02927a13e4c0f595))

## [4.14.0](https://github.com/GetStream/stream-chat-python/compare/v4.13.0...v4.14.0) (2024-03-08)


Expand Down
2 changes: 1 addition & 1 deletion stream_chat/__pkg__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Tommaso Barbugli"
__copyright__ = "Copyright 2019-2022, Stream.io, Inc"
__version__ = "4.14.0"
__version__ = "4.15.0"
__maintainer__ = "Tommaso Barbugli"
__email__ = "support@getstream.io"
__status__ = "Production"

0 comments on commit 62a5ea0

Please sign in to comment.