Skip to content

Commit f9e7319

Browse files
committed
Versionbump 1.8.0
1 parent 70de1a2 commit f9e7319

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

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

4+
`1.8.0`_ - 2021-08-14
5+
---------------------
6+
7+
**Features**
8+
* ``GROUP_TO_FLAG_MAPPING`` can now be a list of groups. @joachimBurket #104
9+
410

511
`1.7.0`_ - 2021-06-07
612
---------------------
@@ -246,6 +252,7 @@ Changelog
246252

247253
* Initial release
248254

255+
.. _1.8.0: https://github.com/snok/django-auth-adfs/compare/1.7.0...1.8.0
249256
.. _1.7.0: https://github.com/snok/django-auth-adfs/compare/1.6.1...1.7.0
250257
.. _1.6.1: https://github.com/snok/django-auth-adfs/compare/1.6.0...1.6.1
251258
.. _1.6.0: https://github.com/snok/django-auth-adfs/compare/1.5.0...1.6.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.7.0'
7+
__version__ = '1.8.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.7.0' # Remember to also change __init__.py version
3+
version = '1.8.0' # Remember to also change __init__.py version
44
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
55
authors = ['Joris Beckers <[email protected]>']
66
maintainers = ['Jonas Krüger Svensson <[email protected]>', 'Sondre Lillebø Gundersen <[email protected]>']

0 commit comments

Comments
 (0)