From 1c597e6bbe9bb14f7dec4df994249219ae6b5656 Mon Sep 17 00:00:00 2001 From: Chris Wesseling Date: Tue, 15 Aug 2023 17:32:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 12 ++++++++++++ README.rst | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e303e70..2ea5d45 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.8.0 +current_version = 0.8.1 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 671e10c..cc13db5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ Changelog ========= +0.8.1 (2023-08-15) +================== + + * Made EHerkenningConfiguration.loa required + It was previously possible to accidentally misconfigure by selecting the + empty option for the LOA in the admin. + + This patch contains a migration that will set undefined eHerkennning LOAs to + low_plus. But if you have an invalid LOA set, the migration will fail with + an IntegrityError. In case this happens, go to the admin and select a LOA. + + 0.8.0 (2023-06-21) ================== diff --git a/README.rst b/README.rst index 0eb1d65..49d56b4 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.8.0 +:Version: 0.8.1 :Source: https://github.com/maykinmedia/django-digid-eherkenning :Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands :PythonVersion: 3.7+ diff --git a/docs/conf.py b/docs/conf.py index a6a0d1f..952456f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.8.0" +release = "0.8.1" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index f53c9e5..e50f838 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files [metadata] name = django-digid-eherkenning -version = 0.8.0 +version = 0.8.1 description = A Django app for DigiD/eHerkenning authentication flows long_description = file: README.rst url = https://github.com/maykinmedia/django-digid-eherkenning