Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Feb 7, 2019
1 parent 79f3cb5 commit 3f1da9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.1.3
-----

* Replaced django login with social _do_login
* Added authenticated user to backend.do_auth

0.1.2
-----

Expand Down
2 changes: 1 addition & 1 deletion graphql_social_auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

__version__ = '0.1.2'
__version__ = '0.1.3'

0 comments on commit 3f1da9d

Please sign in to comment.