Skip to content

Commit

Permalink
Merge pull request #167 from snok/1.7.0
Browse files Browse the repository at this point in the history
Add changenotes and bump version to 1.7.0
  • Loading branch information
JonasKs authored Jun 7, 2021
2 parents 59b57c8 + e58aa39 commit 306efd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ Changelog
=========


`1.7.0`_ - 2021-06-07
---------------------

**Features**

* Setting to block guest users from authenticating.
* Setting to set the Azure AD endpoint version


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

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

* Initial release

.. _1.7.0: https://github.com/snok/django-auth-adfs/compare/1.6.1...1.7.0
.. _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
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.1'
__version__ = '1.7.0'
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.1' # Remember to also change __init__.py version
version = '1.7.0' # 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 306efd6

Please sign in to comment.