From d476bf775ac01ca1f5bbab27b0336e652cf94564 Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Thu, 19 Oct 2023 12:50:17 -0700 Subject: [PATCH] Update changelog for 0.9.0 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef04b3a4..abaa6ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ 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 the handling of `qe_identity` and `tcb_info` json strings in + `mc-sgx-dcap-types::Collateral`. + ## [0.8.0] - 2023-09-21 ### Added