From 73848cc31eb62b65cf69b61421ac83ce4b3a8b2b Mon Sep 17 00:00:00 2001 From: Renata Date: Wed, 29 Jan 2025 19:42:56 -0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3df5edc..a82187ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning][semver]. ### Added +- Add key names from config files to metadata during repository setup, following updates to TUF and securesystemslib [(583)] +- Implement iteration over all inserted YubiKeys during metadata signing [(583)] +- Implement a `PinManager` class to allow secure pin reuse across API functions and eliminated insecure global pin storage [(583)] - Transition to the newest version of TUF [(561)] - Implement removal of keys [(561)] @@ -16,6 +19,7 @@ and this project adheres to [Semantic Versioning][semver]. ### Fixed +[563]: https://github.com/openlawlibrary/taf/pull/563 [561]: https://github.com/openlawlibrary/taf/pull/561 ## [0.33.0]