Skip to content

Commit 306efd6

Browse files
authored
Merge pull request #167 from snok/1.7.0
Add changenotes and bump version to 1.7.0
2 parents 59b57c8 + e58aa39 commit 306efd6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Changelog
22
=========
33

44

5+
`1.7.0`_ - 2021-06-07
6+
---------------------
7+
8+
**Features**
9+
10+
* Setting to block guest users from authenticating.
11+
* Setting to set the Azure AD endpoint version
12+
13+
514
`1.6.1`_ - 2021-03-25
615
---------------------
716

@@ -237,6 +246,7 @@ Changelog
237246

238247
* Initial release
239248

249+
.. _1.7.0: https://github.com/snok/django-auth-adfs/compare/1.6.1...1.7.0
240250
.. _1.6.1: https://github.com/snok/django-auth-adfs/compare/1.6.0...1.6.1
241251
.. _1.6.0: https://github.com/snok/django-auth-adfs/compare/1.5.0...1.6.0
242252
.. _1.5.0: https://github.com/jobec/django-auth-adfs/compare/1.4.1...1.5.0

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.6.1'
7+
__version__ = '1.7.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'django-auth-adfs'
3-
version = '1.6.1' # Remember to also change __init__.py version
3+
version = '1.7.0' # Remember to also change __init__.py version
44
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
55
authors = ['Joris Beckers <joris.beckers@gmail.com>']
66
maintainers = ['Jonas Krüger Svensson <jonas-ks@hotmail.com>', 'Sondre Lillebø Gundersen <sondrelg@live.no>']

0 commit comments

Comments
 (0)