diff --git a/CHANGES.rst b/CHANGES.rst index af0abae..f359193 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.1.2 +----- + +* Added DoAuthError exception + 0.1.1 ----- diff --git a/graphql_social_auth/__init__.py b/graphql_social_auth/__init__.py index 1f42db4..0276ba8 100644 --- a/graphql_social_auth/__init__.py +++ b/graphql_social_auth/__init__.py @@ -3,4 +3,4 @@ __all__ = ['relay', 'SocialAuthMutation', 'SocialAuth', 'SocialAuthJWT'] -__version__ = '0.1.1' +__version__ = '0.1.2'