CHANGELOG.md in tpm-key_attestation-0.9.0 vs CHANGELOG.md in tpm-key_attestation-0.10.0
- old
+ new
@@ -1,7 +1,13 @@
# Changelog
+## [v0.10.0] - 2020-07-09
+
+### Added
+
+- Support ECDSA with NIST P384 and P521 curves
+
## [v0.9.0] - 2020-05-31
### Fixed
- Fixed compatibility with OpenSSL-C (libssl) v1.0.2 ([@santiagorodriguez96])
@@ -59,9 +65,10 @@
### Added
- `TPM::EKCertificate` wrapper
- `TPM::SAttest` wrapper
+[v0.10.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.9.0...v0.10.0/
[v0.9.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.8.0...v0.9.0/
[v0.8.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.7.0...v0.8.0/
[v0.7.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.6.0...v0.7.0/
[v0.6.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.5.0...v0.6.0/
[v0.5.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.4.0...v0.5.0/