File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.13.1] - 2025-01-22
4+
5+ - Fix build [ @nicolastemciuc ]
6+
37## [ v0.13.0] - 2025-01-21
48
59- Use public key from AIK cert for signature algorithm initalization [ @santiagorodriguez96 ]
@@ -85,6 +89,7 @@ replacement of `JOSE` format `algorithm` string
8589- ` TPM::EKCertificate ` wrapper
8690- ` TPM::SAttest ` wrapper
8791
92+ [ v0.13.1 ] : https://github.com/cedarcode/tpm-key_attestation/compare/v0.13.0...v0.13.1/
8893[ v0.13.0 ] : https://github.com/cedarcode/tpm-key_attestation/compare/v0.12.1...v0.13.0/
8994[ v0.12.0 ] : https://github.com/cedarcode/tpm-key_attestation/compare/v0.11.0...v0.12.0/
9095[ v0.11.0 ] : https://github.com/cedarcode/tpm-key_attestation/compare/v0.10.0...v0.11.0/
Original file line number Diff line number Diff line change 22
33module TPM
44 class KeyAttestation
5- VERSION = "0.13.0 "
5+ VERSION = "0.13.1 "
66 end
77end
You can’t perform that action at this time.
0 commit comments