From a9a1aa55e99ce704d83d05c1720307c0764c77b9 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 13 Oct 2024 22:18:58 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #364 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5043d2..28fb74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Unreleased * Add `avbroot avb digest` subcommand for computing the special vbmeta digest ([PR #363]) +* Update all dependencies ([PR #364]) ### Version 3.7.1 @@ -374,3 +375,4 @@ Behind-the-scenes changes: [PR #357]: https://github.com/chenxiaolong/avbroot/pull/357 [PR #362]: https://github.com/chenxiaolong/avbroot/pull/362 [PR #363]: https://github.com/chenxiaolong/avbroot/pull/363 +[PR #364]: https://github.com/chenxiaolong/avbroot/pull/364