summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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