diff --git a/CHANGELOG.md b/CHANGELOG.md index d17ac86..b70ace4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 24.6 + +* Updated some dependencies. +* Python 3.12 support. + ## 23.3 * Add support for alternative attributes for signing and verifying. diff --git a/pyproject.toml b/pyproject.toml index e977f38..c424990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "minisignxml" -version = "23.3" +version = "24.6" description = "Minimal XML signature and verification, intended for use with SAML2" authors = ["Jonas Obrist "] license = "Apache-2.0"