diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7f821..e4547b7 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.4.1] - 2023-10-20 + ### Changed - Updated SGX crates to `0.9.0`. @@ -72,7 +74,8 @@ equivalence. - Initial release of attestation verifier crate -[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/mobilecoinfoundation/attestation/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/mobilecoinfoundation/attestation/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/mobilecoinfoundation/attestation/compare/v0.2.0...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 90fa375..fc11e56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "mc-attestation-verifier" -version = "0.4.0" +version = "0.4.1" dependencies = [ "assert_matches", "der", diff --git a/verifier/Cargo.toml b/verifier/Cargo.toml index 204e5f2..621723f 100644 --- a/verifier/Cargo.toml +++ b/verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mc-attestation-verifier" -version = "0.4.0" +version = "0.4.1" 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 b93b56d..e39fc2e 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.4.0/status.svg?style=flat-square -[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.4.0 +[deps-image]: https://deps.rs/crate/mc-attestation-verifier/0.4.1/status.svg?style=flat-square +[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.4.1