Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlmn committed May 7, 2020
1 parent 1379a03 commit 914d062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v0.6.1

* Minor fix for middleware initialization check inside decorators.

## v0.6.0

* Raise `UnAuthorized` instead of `Forbidden` [#129](https://github.com/hzlmn/aiohttp-jwt/pull/129). Thanks [@rockwelln](https://github.com/rockwelln)
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_jwt/__init__.py
@@ -1,5 +1,5 @@

__version__ = '0.6.0'
__version__ = '0.6.1'

from .middleware import JWTMiddleware
from .permissions import (
Expand Down

0 comments on commit 914d062

Please sign in to comment.