From f569850a55f47b1c78c96f42d73a655a8ae28fe8 Mon Sep 17 00:00:00 2001 From: Bryan Gardiner Date: Sun, 29 Sep 2024 18:34:32 -0700 Subject: [PATCH] Release v0.2.4. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c5958..6cc16dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # nvd changelog -## 0.2.4 (unreleased) +## 0.2.4 (2024-09-29) - Added an `nvd history` command for diffing successive generations of a profile, issue #18. Big thanks to Felix Uhl for the idea and implementation!