From 8a0d147993c58d442f49dda3daad8ea162d61d10 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 4 Nov 2024 18:54:23 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #368 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8006864..c9b4b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Update all dependencies ([PR #368]) + ### Version 3.8.0 * Add `avbroot avb digest` subcommand for computing the special vbmeta digest ([PR #363]) @@ -376,3 +380,4 @@ Behind-the-scenes changes: [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 +[PR #368]: https://github.com/chenxiaolong/avbroot/pull/368