Skip to content

Commit ef598e3

Browse files
github-actions[bot]github-actions
andauthored
Release v4.4.0 (#127)
Co-authored-by: github-actions <[email protected]>
1 parent 683529d commit ef598e3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.4.0](https://github.com/GetStream/stream-chat-python/compare/v4.3.0...v4.4.0) (2022-08-17)
6+
7+
8+
### Features
9+
10+
* add new campaign endpoints ([#123](https://github.com/GetStream/stream-chat-python/issues/123)) ([a63992f](https://github.com/GetStream/stream-chat-python/commit/a63992faf1cd1ca530cc1b290e2afd28f451a06e))
11+
12+
13+
### Bug Fixes
14+
15+
* handle broken rate limit as best effort ([#126](https://github.com/GetStream/stream-chat-python/issues/126)) ([683529d](https://github.com/GetStream/stream-chat-python/commit/683529d6684454434580c8d6768e7dd541bfa86c))
16+
517
## [4.3.0](https://github.com/GetStream/stream-chat-python/compare/v4.2.2...v4.3.0) (2022-05-30)
618

719

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

0 commit comments

Comments
 (0)