Skip to content

Commit

Permalink
Merge pull request #151 from snok/v1.6.1
Browse files Browse the repository at this point in the history
v1.6.1
  • Loading branch information
JonasKs committed Mar 25, 2021
2 parents 87237a4 + 28c39ea commit 39794cc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========


`1.6.1`_ - 2021-03-25
---------------------

**Fixes**

* Raise PermissionDenied when token is lacking information needed to create a user. #116 #149
* Documentation error for ``JWT_LEEWAY``. #147


`1.6.0`_ - 2021-01-25
---------------------

Expand Down Expand Up @@ -227,6 +237,7 @@ Changelog

* Initial release

.. _1.6.1: https://github.com/snok/django-auth-adfs/compare/1.6.0...1.6.1
.. _1.6.0: https://github.com/snok/django-auth-adfs/compare/1.5.0...1.6.0
.. _1.5.0: https://github.com/jobec/django-auth-adfs/compare/1.4.1...1.5.0
.. _1.4.1: https://github.com/jobec/django-auth-adfs/compare/1.4.0...1.4.1
Expand Down
2 changes: 1 addition & 1 deletion django_auth_adfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Adding imports here will break setup.py
"""

__version__ = '1.6.0'
__version__ = '1.6.1'
2 changes: 1 addition & 1 deletion docs/settings_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ in a template instead of the regular ``<a href="{% url 'django_auth_adfs:login'
which is not supported on ADFS 3.0


LEEWAY_JWT
JWT_LEEWAY
-----------
* **Default**: ``0``
* **Type**: ``str``
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'django-auth-adfs'
version = '1.6.0' # Remember to also change __init__.py version
version = '1.6.1' # Remember to also change __init__.py version
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
authors = ['Joris Beckers <joris.beckers@gmail.com>']
maintainers = ['Jonas Krüger Svensson <jonas-ks@hotmail.com>', 'Sondre Lillebø Gundersen <sondrelg@live.no>']
Expand Down

0 comments on commit 39794cc

Please sign in to comment.