diff --git a/CHANGELOG b/CHANGELOG index 36a27bb..86aeb1b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,13 @@ Change history ================ +===== +3.5.1 +===== +:release-date: 2020-06-08 + +Handle warning in JWT decode regarding missing algorithm + ===== 3.5.0 ===== diff --git a/stream/__init__.py b/stream/__init__.py index f0234ca..889a0e7 100644 --- a/stream/__init__.py +++ b/stream/__init__.py @@ -5,7 +5,7 @@ __copyright__ = "Copyright 2014, Stream.io, Inc" __credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"] __license__ = "BSD-3-Clause" -__version__ = "3.5.0" +__version__ = "3.5.1" __maintainer__ = "Thierry Schellenbach" __email__ = "support@getstream.io" __status__ = "Production"