From c75fe04d10d0e6ed4b5f79573aaffa61c8b8afbb Mon Sep 17 00:00:00 2001 From: maxkahan Date: Tue, 25 Oct 2022 18:13:46 +0100 Subject: [PATCH] update CHANGES.md --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5bc71cd6..d5cfd08e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# 3.0.2 +- Bugfix in `messages.py` where authentication method was not being checked for correctly, throwing an error when using header auth. + # 3.0.1 - Fixed bug where a JWT was created globally and could expire. Now a new JWT is generated when a request is made. - Fixed bug where timeout was not passed to session object.