Skip to content

Commit

Permalink
Release v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Jan 18, 2022
1 parent ff10fcc commit e121861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.1 - 2022-01-18

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

## 5.1.0 - 2021-04-16

* Add analytics support for `track_engagements` and `track_impressions`
Expand Down
2 changes: 1 addition & 1 deletion stream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2014, Stream.io, Inc"
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
__license__ = "BSD-3-Clause"
__version__ = "5.1.0"
__version__ = "5.1.1"
__maintainer__ = "Thierry Schellenbach"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down

0 comments on commit e121861

Please sign in to comment.