From 1caf0278c33097e825bccbd1657255edd160b9ce Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Mon, 11 Dec 2023 12:27:02 -0800 Subject: [PATCH] Add changelog entry for 0.10.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a73f4e3..119b2f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.10.1] - 2023-12-11 +### Fixed + +- Fixed reproducible builds for generated code in sys crates. + ## [0.10.0] - 2023-12-04 ### Changed @@ -29,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The SGX SDK version is now 2.21.100.1 -## Fixed +### Fixed - Fixed the handling of `qe_identity` and `tcb_info` json strings in `mc-sgx-dcap-types::Collateral`.