summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2020-06-23 15:33:44 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2020-06-23 15:33:44 +0300
commit156aee6ba7e089b8e803740315c06148642514ee (patch)
treed1da60632d7686ebd74186251fc70640659eb088
parent1474c4bb03439cbf382757e21b7926aa3c52017c (diff)
downloadpysaml2-156aee6ba7e089b8e803740315c06148642514ee.tar.gz
Release version 5.2.0v5.2.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d56e756..5925594d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 5.2.0 (2020-06-23)
+
+- Fix presence of empty eIDAS RequestedAttributes element on AuthnRequest
+- Refactor create_authn_request method to be easier to reason about
+- Fix NameIDPolicy checks for allowed Format and allowCreate values
+
+
## 5.1.0 (2020-06-09)
- support eIDAS RequestedAttributes per AuthnRequest
diff --git a/VERSION b/VERSION
index 831446cb..91ff5727 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.1.0
+5.2.0