summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-11-03 21:38:30 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2019-11-03 21:38:30 +0200
commitc740a3a270037d6fcb42a12112db594705d3878f (patch)
tree4f87127d73a5235031dee6d61c006026ba1013f8
parentbac5a0bd45451aee61171a018d2452e9e5ff002d (diff)
downloadpysaml2-4.9.0.tar.gz
Release version 4.9.0v4.9.0v4.9.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
2 files changed, 15 insertions, 1 deletions
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