From 587e4afd385321fdd9adae88f6d9ad8ea770cb6d Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Mon, 8 Jun 2020 12:04:00 +0200 Subject: [PATCH] Changelog for v3.5.1 --- CHANGELOG | 7 +++++++ stream/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"