summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfe114b7..16abcfdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,12 @@
# Changelog
-## 7.4.0 (2023-XX-XX)
+## 7.4.0 (2023-02-14)
-- Add mypy configuration
+- Ensure the ID of each Signature element is unique when signing an encrypted assertion
- Bump Python to 3.9
+- dev: Add mypy configuration and type stubs
+- tests: move tox.ini config into pyproject.toml
+- docs: Update release instructions
## 7.3.0 (2023-02-14)
diff --git a/pyproject.toml b/pyproject.toml
index c22a3d44..27c19d88 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysaml2"
-version = "7.3.0"
+version = "7.4.0"
description = "Python implementation of SAML Version 2 Standard"
license = "Apache-2.0"
authors = ["IdentityPython <discuss@idpy.org>"]