Skip to content

Commit 6350a3d

Browse files
committed
Bump version to 1.1.0
1 parent bd2d6e9 commit 6350a3d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.rst

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

4+
`1.1.0`_ - 2018-12-07
5+
---------------------
6+
7+
**Added**
8+
9+
* Add a setting to force a login screen and disable SSO on ADFS.
10+
* Documentation about how to enable SSO for other browsers than IE & Edge.
11+
12+
**Fixed**
13+
14+
* Prevent username field from being overwritten by a claim mapping.
15+
* Prevent traceback upon logout when ADFS config is not yet loaded.
16+
* Fix fields in log messages being swapped.
17+
18+
**Security**
19+
20+
* Don't allow the audience claim to be ignored. Preventing access token reuse.
21+
* Set an unusable password on newly created user instead of leaving it empty.
22+
423
`1.0.0`_ - 2018-12-05
524
---------------------
625

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.0.0'
7+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)