diff --git a/Changes.rst b/Changes.rst index 4620a7e..7bdc34c 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,9 @@ +Changes for v3.2.0 (2023-04-12) +=============================== + +- Roundtrip referenced XML nodes before c14n to detach them from parent + document when verifying (#225) + Changes for v3.1.1 (2023-04-08) =============================== diff --git a/setup.py b/setup.py index a870f84..3b95099 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="signxml", - version="3.1.1", + version="3.2.0", url="https://github.com/kislyuk/signxml", license="Apache Software License", author="Andrey Kislyuk",