Skip to content

Commit 8a0e88a

Browse files
github-actions[bot]github-actionsyaziineJimmyPettersson85
authored
chore(release): v5.2.0 (#142)
* chore(release): v5.2.0 * chore: update changelog * chore: update changelog --------- Co-authored-by: github-actions <release@getstream.io> Co-authored-by: Yassine Ennebati <4570448+yaziine@users.noreply.github.com> Co-authored-by: Jimmy Pettersson <jimmy.pettersson@getstream.io>
1 parent bf45d6d commit 8a0e88a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Changelog
2+
3+
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+
5+
## [5.2.0](https://github.com/GetStream/stream-python/compare/v5.1.1...v5.2.0) (2023-02-16)
6+
7+
8+
### Features
9+
10+
* add support for 3.11 ([2eae7d7](https://github.com/GetStream/stream-python/commit/2eae7d7958f3b869982701188fc0d04a5b8ab021))
11+
* added async support ([b4515d3](https://github.com/GetStream/stream-python/commit/b4515d337be88ff50ba1cbad8645b1fbc8862ce0))
12+
13+
14+
### Bug Fixes
15+
16+
* tests and linting ([cfacbbc](https://github.com/GetStream/stream-python/commit/cfacbbcadf45ca91d3e6c2a310dfd6fea1a03146))
17+
* redirect, uniqueness and deprecations ([aefdcd3](https://github.com/GetStream/stream-python/commit/aefdcd39ff8a41a443455f1a41cc819039015cdb))
18+
119
## 5.1.1 - 2022-01-18
220

321
* Handle backward compatible pyjwt 1.x support for token generation

stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__copyright__ = "Copyright 2022, Stream.io, Inc"
66
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
77
__license__ = "BSD-3-Clause"
8-
__version__ = "5.1.1"
8+
__version__ = "5.2.0"
99
__maintainer__ = "Thierry Schellenbach"
1010
__email__ = "support@getstream.io"
1111
__status__ = "Production"

0 commit comments

Comments
 (0)