From 8b2c80c3fa27dd99bb079028693f8c0c422694b8 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 22 Feb 2022 13:44:16 +0200 Subject: [PATCH] Release version 7.1.1 Signed-off-by: Ivan Kanakarakis --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6a0dcb5..cbc40ace7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## 7.1.1 (2022-02-22) + +- Process and verify the metadata signature for EntitiesDescriptor and EntityDescriptor +- Fix client to be able to retry creating an AuthnRequest with a different binding +- Allow requested_authn_context to be an object +- AttributeValues are optional; allow Attributes to not have values +- Update SWAMID entity category to support https://myacademicid.org/entity-categories/esi +- Fix signing for requests with the SOAP binding +- tests: new test case for signed SOAP LogoutRequests +- docs: document the metadata node_name option for the remote source +- examples: align with latest updates +- deps: declare setuptools as a requirement for processing the package version +- build: add python 3.9 and 3.10 to classifiers +- misc: linter fixes + + ## 7.1.0 (2021-11-16) - Fix signature verification for the redirect binding for AuthnRequest and diff --git a/VERSION b/VERSION index a3fcc7121..21c8c7b46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.0 +7.1.1