Skip to content

Commit 3f1da9d

Browse files
author
mongkok
committed
v0.1.3
1 parent 79f3cb5 commit 3f1da9d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.1.3
5+
-----
6+
7+
* Replaced django login with social _do_login
8+
* Added authenticated user to backend.do_auth
9+
410
0.1.2
511
-----
612

graphql_social_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__all__ = ['relay', 'SocialAuthMutation', 'SocialAuth', 'SocialAuthJWT']
55

6-
__version__ = '0.1.2'
6+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)