Skip to content

Commit 6d24ee4

Browse files
committed
v0.3.15
1 parent c9f5355 commit 6d24ee4

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-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.15
6+
7+
- Emit `user_verified` signal on password reset (thanks to [@imsheldon](https://github.com/imsheldon))
8+
59
### v0.3.14
610

711
- Add passwordless registration (thanks to [@joshuachinemezu](https://github.com/joshuachinemezu))

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
- [@capaci](https://github.com/capaci)
1414
- [@mnieber](https://github.com/mnieber)
1515
- [@joshuachinemezu](https://github.com/joshuachinemezu)
16+
- [@imsheldon](https://github.com/imsheldon)

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.15
6+
7+
- Emit `user_verified` signal on password reset (thanks to [@imsheldon](https://github.com/imsheldon))
8+
59
### v0.3.14
610

711
- Add passwordless registration (thanks to [@joshuachinemezu](https://github.com/joshuachinemezu))

docs/contributors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
- [@capaci](https://github.com/capaci)
1414
- [@mnieber](https://github.com/mnieber)
1515
- [@joshuachinemezu](https://github.com/joshuachinemezu)
16+
- [@imsheldon](https://github.com/imsheldon)

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.14"
1+
__version__ = "0.3.15"
22

33
default_app_config = "graphql_auth.apps.GraphQLAuthConfig"

0 commit comments

Comments
 (0)