Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Aug 11, 2021
1 parent c53078c commit 704f24e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.3.4
-----

* Added JSONWebTokenBackend.get_user method

0.3.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 @@ -20,4 +20,4 @@
"DeleteRefreshTokenCookie",
]

__version__ = "0.3.3"
__version__ = "0.3.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "django-graphql-jwt"
version = "0.3.3"
version = "0.3.4"
description = "JSON Web Token for Django GraphQL."
license = "MIT"
authors = ["mongkok <dani@domake.io>"]
Expand Down

0 comments on commit 704f24e

Please sign in to comment.