We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff10fcc commit e121861Copy full SHA for e121861
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.1.1 - 2022-01-18
2
+
3
+* Handle backward compatible pyjwt 1.x support for token generation
4
5
## 5.1.0 - 2021-04-16
6
7
* Add analytics support for `track_engagements` and `track_impressions`
stream/__init__.py
@@ -5,7 +5,7 @@
__copyright__ = "Copyright 2014, Stream.io, Inc"
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
__license__ = "BSD-3-Clause"
8
-__version__ = "5.1.0"
+__version__ = "5.1.1"
9
__maintainer__ = "Thierry Schellenbach"
10
__email__ = "support@getstream.io"
11
__status__ = "Production"
0 commit comments