From ba9f8c1719b8336dc8bc4fba993492ccf8fc3799 Mon Sep 17 00:00:00 2001 From: Oleh Kuchuk Date: Sat, 23 Nov 2019 23:00:34 +0200 Subject: [PATCH] Publish 0.5.0 --- CHANGELOG.md | 6 +++++- aiohttp_jwt/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a3b0594..7df9feea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +## v0.5.0 + +* Switched to new style aiohttp middleware [#94](https://github.com/hzlmn/aiohttp-jwt/pull/94). Thanks [@Ranc58](github.com/Ranc58) + ## v0.4.0 -* Added `issue` and `audience` claims support #80 . Thanks @idegree +* Added `issue` and `audience` claims support [#80](https://github.com/hzlmn/aiohttp-jwt/pull/80) . Thanks [@idegree](github.com/idegree) ## v0.3.0 diff --git a/aiohttp_jwt/__init__.py b/aiohttp_jwt/__init__.py index 387b6b90..b2d5bf32 100644 --- a/aiohttp_jwt/__init__.py +++ b/aiohttp_jwt/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.4.0' +__version__ = '0.5.0' from .middleware import JWTMiddleware from .permissions import (