CHANGELOG.md in tpm-key_attestation-0.4.0 vs CHANGELOG.md in tpm-key_attestation-0.5.0

- old
+ new

@@ -1,7 +1,13 @@ # Changelog +## [v0.5.0] - 2020-01-23 + +### Added + +- `TPM::KeyAttestation#valid?` also checks there's at least a well-formatted key in the attestation + ## [v0.4.0] - 2020-01-20 ### Added - Suport verification of RSA-PSS key attestations @@ -23,9 +29,10 @@ ### Added - `TPM::EKCertificate` wrapper - `TPM::SAttest` wrapper +[v0.5.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.4.0...v0.5.0/ [v0.4.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.3.0...v0.4.0/ [v0.3.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.2.0...v0.3.0/ [v0.2.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.1.0...v0.2.0/ [v0.1.0]: https://github.com/cedarcode/tpm-key_attestation/compare/57c926ef7e83830cee8d111fdc5ccaf99ab2e861...v0.1.0/