diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa41dbde..e34ce2fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.3.1 (2023-02-24) + +- Fix subject-id requirements processing + + ## 7.3.0 (2023-02-14) - During metadata generation, render extensions both for EntityDescriptor and IdPSSODescriptor diff --git a/pyproject.toml b/pyproject.toml index e7d66b9a4..1a76df7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysaml2" -version = "7.3.0" +version = "7.3.1" description = "Python implementation of SAML Version 2 Standard" license = "Apache-2.0" authors = ["IdentityPython "]