Skip to content

Commit ffa157b

Browse files
committed
bump version to 1.1.2
1 parent 1f52885 commit ffa157b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

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

4+
`1.1.2`_ - 2018-12-11
5+
---------------------
6+
7+
**Added**
8+
9+
* Added views to selectively disable SSO for login links
10+
11+
**Fixed**
12+
13+
* Existing users with an empty password raised an exception
14+
415
`1.1.1`_ - 2018-12-07
516
---------------------
617

@@ -132,6 +143,7 @@ Changelog
132143

133144
* Initial release
134145

146+
.. _1.1.2: https://github.com/jobec/django-auth-adfs/compare/1.1.1...1.1.2
135147
.. _1.1.1: https://github.com/jobec/django-auth-adfs/compare/1.0.0...1.1.1
136148
.. _1.0.0: https://github.com/jobec/django-auth-adfs/compare/0.2.1...1.0.0
137149
.. _0.2.1: https://github.com/jobec/django-auth-adfs/compare/0.2.0...0.2.1

django_auth_adfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Adding imports here will break setup.py
55
"""
66

7-
__version__ = '1.1.1'
7+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)