Skip to content

Commit 12db2f8

Browse files
committed
v0.3.9
1 parent 209e869 commit 12db2f8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v0.3
44

5+
### v0.3.9
6+
7+
- Prevents that UserNode is registered globally for the User type (thanks to [panosangelopoulos](https://github.com/panosangelopoulos))
8+
59
### v0.3.8
610

711
- Add request and timestamp to email templates (thanks to [yanivtoledano](https://github.com/yanivtoledano))

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v0.3
44

5+
### v0.3.9
6+
7+
- Prevents that UserNode is registered globally for the User type (thanks to [panosangelopoulos](https://github.com/panosangelopoulos))
8+
59
### v0.3.8
610

711
- Add request and timestamp to email templates (thanks to [yanivtoledano](https://github.com/yanivtoledano))

graphql_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.3.8"
1+
__version__ = "0.3.9"
22

33
default_app_config = "graphql_auth.apps.GraphQLAuthConfig"

0 commit comments

Comments
 (0)