Skip to content

Commit ba9f8c1

Browse files
committed
Publish 0.5.0
1 parent 66d877f commit ba9f8c1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## v0.5.0
2+
3+
* Switched to new style aiohttp middleware [#94](https://github.com/hzlmn/aiohttp-jwt/pull/94). Thanks [@Ranc58](github.com/Ranc58)
4+
15
## v0.4.0
26

3-
* Added `issue` and `audience` claims support #80 . Thanks @idegree
7+
* Added `issue` and `audience` claims support [#80](https://github.com/hzlmn/aiohttp-jwt/pull/80) . Thanks [@idegree](github.com/idegree)
48

59
## v0.3.0
610

aiohttp_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = '0.4.0'
2+
__version__ = '0.5.0'
33

44
from .middleware import JWTMiddleware
55
from .permissions import (

0 commit comments

Comments
 (0)