We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd9ced commit 8ba657bCopy full SHA for 8ba657b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 7.4.2 (2023-06-11)
4
+
5
+- Add support for xmlsec1 1.3.x
6
+- Use the set crypto_backend when creating the entity metadata
7
8
9
## 7.4.1 (2023-02-24)
10
11
- Fix subject-id requirements processing
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 <[email protected]>"]
0 commit comments