From de1919a642809799fdb7d0f4b7117d0ce624a41f Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Wed, 19 Jul 2023 12:31:01 -0500 Subject: [PATCH] Add Changelog for v0.3.0 (#244) (#245) Signed-off-by: Max Lambrecht --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 035abe92..e369db42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.3.0] - 2023-07-20 + +### Changed + +- Enhanced the Relationships CLI by introducing Update, Delete, and List operations (#224). +- Expanded the Trust Domain CLI with the inclusion of Update, Delete, and List capabilities (#221). +- Optimized the X509CA disk implementation with several improvements and fixes, now enabling the use of intermediate CAs and trust bundle (#232, #233). +- Refactored and improved DiskSigner and DiskVerifier, now supporting the use of signing certificate chains (#235). +- Refined the API for increased consistency (#227). + ## [0.2.1] - 2023-06-07 ### Added