From 777bd274dd06cb24342738df7da5ab285d652350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20T=C3=A4nzer?= Date: Thu, 24 Aug 2023 08:39:48 +0200 Subject: [PATCH] update changelog for 0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Armin Tänzer --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8382307c..2fa67bbe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v0.8.1 (2023-08-24) + +### New features and changes + +* massive speed-up in the validation process of large SBOMs +* validation now detects and checks license references from external documents +* allow for userinfo in git+ssh download location +* more efficient relationship parsing in JSON/YAML/XML + +### Contributors + +This release was made possible by the following contributors. Thank you very much! + +* Brian DeHamer @bdehamer +* Brandon Lum @lumjjb +* Maximilian Huber @maxhbr +* Armin Tänzer @armintaenzertng + + ## v0.8.0 (2023-07-25) ### New features and changes