diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76c8a23..1f8b4d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,17 @@ Changelog ========= +`1.1.2`_ - 2018-12-11 +--------------------- + +**Added** + +* Added views to selectively disable SSO for login links + +**Fixed** + +* Existing users with an empty password raised an exception + `1.1.1`_ - 2018-12-07 --------------------- @@ -132,6 +143,7 @@ Changelog * Initial release +.. _1.1.2: https://github.com/jobec/django-auth-adfs/compare/1.1.1...1.1.2 .. _1.1.1: https://github.com/jobec/django-auth-adfs/compare/1.0.0...1.1.1 .. _1.0.0: https://github.com/jobec/django-auth-adfs/compare/0.2.1...1.0.0 .. _0.2.1: https://github.com/jobec/django-auth-adfs/compare/0.2.0...0.2.1 diff --git a/django_auth_adfs/__init__.py b/django_auth_adfs/__init__.py index 46870e0..349172d 100644 --- a/django_auth_adfs/__init__.py +++ b/django_auth_adfs/__init__.py @@ -4,4 +4,4 @@ Adding imports here will break setup.py """ -__version__ = '1.1.1' +__version__ = '1.1.2'