diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a90dac2..c97cb7db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.4.2 (2023-06-11) + +- Add support for xmlsec1 1.3.x +- Use the set crypto_backend when creating the entity metadata + + ## 7.4.1 (2023-02-24) - Fix subject-id requirements processing diff --git a/pyproject.toml b/pyproject.toml index 97c3e09e7..e8e149aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysaml2" -version = "7.4.1" +version = "7.4.2" description = "Python implementation of SAML Version 2 Standard" license = "Apache-2.0" authors = ["IdentityPython "]