From 3c08c1c75c707d173a5200287eed9e9b47fa5eb4 Mon Sep 17 00:00:00 2001 From: grydz Date: Wed, 19 Jun 2024 20:16:29 +0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b41fb35..958e3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG -## \[1.3\] - 2023-08-16 +## \[1.3\] - 2024-06-20 + +### Fixed + +* [MSE Home] Bug with scaffold command (https://github.com/Cosmian/mse-cli/commit/32c8ee8fb6b4dd52871da2e2f2a8a860546c6662) +* [MSE Home] Bug with SAN as host on Azure (https://github.com/Cosmian/mse-cli/commit/80406e49cc2244f97ade957bb154a2fb7a83d7c5) +* [MSE Home] Bump `intel-sgx-ra` to fix Azure remote attestation (https://github.com/Cosmian/intel-sgx-ra/pull/13) +* [MSE Home] Bump major version of `docker` python package with bugfixes ### Added @@ -10,6 +17,7 @@ * [MSE Home] Homogenization of commands encrypt/decrypt and seal/unseal * [Documentation] Reflecting the renaming of MSE to Cosmian Enclave +* [MSE Cloud] Some tests are disabled due to cloud infrastructure shutdown ## \[1.2\] - 2023-08-10