From e751fd8ae0fcbe635e6f177d36314978c7f99ea3 Mon Sep 17 00:00:00 2001 From: Petre Eftime Date: Tue, 2 May 2023 13:20:57 +0000 Subject: [PATCH] prepare 0.3.2 release Signed-off-by: Petre Eftime --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 884cff8..57b8187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +# 0.3.2 + +Fixes: +* re-add support of `--key-id` to kmstool-enclave-cli + +Updates: +* Update aws-nitro-enclaves-nsm-api dependency + +Documentation: +* Update README for kmstool-enclave-cli and add troubleshooting section + +Other: +* add test scripts + +# 0.3.1 + +Features: +* Added GenerateDataKey option to kmstool-enclave-cli + +Fixes: +* Miscellaneous fixes and optimizations + +Updates: +* Updated dependencies to newer versions + +# 0.3.0 + +Features: +* Add key-id and algorithm to kmstool-enclave-cli + +Fixes: +* Cleanup secrets securely + # 0.2.1 Features: