From c740a3a270037d6fcb42a12112db594705d3878f Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sun, 3 Nov 2019 21:38:30 +0200 Subject: Release version 4.9.0 Signed-off-by: Ivan Kanakarakis --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3f5fc8..a07c0c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 4.9.0 (2019-11-03) + +- Add mdstore methods to extract mdui uiinfo elements +- Add attribute mapping for umbrellaID attributes +- Fix logic error in pick_binding method for Entity class +- Validate the audience of assertions regardless of a response being unsolicited +- Fix PKCS_9 saml_url prefix +- docs: Fix warnings from docs generation +- docs: Update release instructions regarding branch releases +- docs: Fix list formatting on IdP example page +- docs: Update pysaml2 options doc with `name_id_format_allow_create` +- misc: fix various typos + + ## 4.8.0 (2019-07-08) - Refactor the way ForceAuthn is set: check for "true" and "1" diff --git a/VERSION b/VERSION index 88f18119..6ed7776b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.0 +4.9.0 -- cgit v1.2.1