Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Jan 18, 2018
1 parent cd3102e commit cec737b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Changelog
=========


0.1.4
-----

Changes:
- CRITICAL: Renamed JWTMiddleware to JSONWebTokenMiddleware
- CRITICAL: Renamed JWTBackend to JSONWebTokenBackend
- ObtainJSONWebToken mutation
- Customizing, JSONWebTokenMutation abstract class


0.1.3
-----

Expand Down
2 changes: 1 addition & 1 deletion graphql_jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
'Refresh',
]

__version__ = '0.1.3'
__version__ = '0.1.4'

0 comments on commit cec737b

Please sign in to comment.