We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4503928 commit 9757d76Copy full SHA for 9757d76
CHANGELOG.md
@@ -1,6 +1,22 @@
1
+## v1.2.0 (Released 2024-02-19)
2
+
3
+ADDITIONS
4
5
+- signer: add convenience method for creating a signer given an already built etree.Document
6
7
+IMPROVEMENTS
8
9
+- fix: support Signature element on the root level
10
11
+BUILD
12
13
+- build: use latest stable Go release
14
+- fix(deps): update module github.com/beevik/etree to v1.3.0
15
+- fix(deps): update module github.com/smartystreets/goconvey to v1.8.1
16
17
## v1.1.1 (Released 2023-06-08)
18
-FIXES
19
20
21
- Preserve CDATA text when signing a document
22
- Typo in TestEnvelopedSignatureProcess
0 commit comments