diff --git a/CHANGELOG.md b/CHANGELOG.md index 7778a6f..ad28ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.3.0] - 2023-08-14 + ### Added - `EvidenceValue` is exposed as a public type. @@ -42,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of attestation verifier crate -[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/mobilecoinfoundation/attestation/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/mobilecoinfoundation/attestation/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/mobilecoinfoundation/sgx/compare/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 4e4946c..750760e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "mc-attestation-verifier" -version = "0.2.0" +version = "0.3.0" dependencies = [ "assert_matches", "der", diff --git a/verifier/Cargo.toml b/verifier/Cargo.toml index 914b790..bb50ca4 100644 --- a/verifier/Cargo.toml +++ b/verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-attestation-verifier" -version = "0.2.0" +version = "0.3.0" authors = { workspace = true } # See https://crates.io/category_slugs for valid categories categories = ["authentication", "no-std"] diff --git a/verifier/README.md b/verifier/README.md index 7b5c3b1..f558a61 100644 --- a/verifier/README.md +++ b/verifier/README.md @@ -17,5 +17,5 @@ SGX Enclave Attestation Report Verification [crate-link]: https://crates.io/crates/mc-attestation-verifier [docs-image]: https://img.shields.io/docsrs/mc-attestation-verifier?style=flat-square [docs-link]: https://docs.rs/crate/mc-attestation-verifier -[deps-image]: https://deps.rs/crate/mc-attestation-verifier/0.1.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.1.0 +[deps-image]: https://deps.rs/crate/mc-attestation-verifier/0.3.0/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.3.0