CHANGELOG.md in tpm-key_attestation-0.7.0 vs CHANGELOG.md in tpm-key_attestation-0.8.0
- old
+ new
@@ -1,7 +1,13 @@
# Changelog
+## [v0.8.0] - 2020-03-29
+
+### Changed
+
+- Update `openssl-signature_algorithm` gem dependency from `v0.3` to `v0.4`.
+
## [v0.7.0] - 2020-02-25
### Added
- `TPM::KeyAttestation#valid?` performs certificate path validation. In other words, it verifies trust up
@@ -47,9 +53,10 @@
### Added
- `TPM::EKCertificate` wrapper
- `TPM::SAttest` wrapper
+[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/
[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/