From b603212de5099cdce9d408fb0a4fda6905b71b01 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Wed, 24 Jul 2024 11:27:22 +0200 Subject: [PATCH] :bookmark: Bump version to 0.17.0 and update changelog --- CHANGELOG.rst | 17 ++++++++++++++--- README.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bee4c9b..76bf387 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog ========= -0.17.0 (DEVELOPMENT) -==================== +0.17.0 (2024-07-24) +=================== **💥⚠️ Breaking changes** @@ -13,7 +13,18 @@ Changelog **Features** -... +* [#75] The metadata XML pages now force the download of the XML file rather than + letting the browser display it. +* [#74] Added support for "future" SAML certificates. When your current signing + certificate is close to expiry, you can prepare the new certificate and generate + + exchange the new metadata with the identity provider for a seamless transition once + the old certificate expires. + +**Other changes** + +* Support for encrypted private keys is moved to the certificate management + application. You can enter the passphrase there instead of in the DigiD/eHerkenning + configuration forms. 0.16.0 (2024-07-02) =================== diff --git a/README.rst b/README.rst index f2389d3..75257dc 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.16.0 +:Version: 0.17.0 :Source: https://github.com/maykinmedia/django-digid-eherkenning :Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands diff --git a/docs/conf.py b/docs/conf.py index 3c12b2e..d93760d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.16.0" +release = "0.17.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 59e0bff..08c8b2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-digid-eherkenning" -version = "0.16.0" +version = "0.17.0" description = "A Django app for DigiD/eHerkenning authentication flows" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -95,7 +95,7 @@ markers = [ ] [tool.bumpversion] -current_version = "0.16.0" +current_version = "0.17.0" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},