diff --git a/CHANGELOG.md b/CHANGELOG.md index faa4ccf..2daaca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Behind-the-scenes changes: * Bump maximum payload manifest size to 4 MiB ([PR #182]) * Reword file handle reopen functionality to use traits instead of callbacks ([PR #189]) * Don't set signature algorithm field for indirectly signed boot images ([PR #191]) +* Update dependencies ([PR #197]) ### Version 2.2.0 @@ -141,3 +142,4 @@ Behind-the-scenes changes: [PR #190]: https://github.com/chenxiaolong/avbroot/pull/190 [PR #191]: https://github.com/chenxiaolong/avbroot/pull/191 [PR #196]: https://github.com/chenxiaolong/avbroot/pull/196 +[PR #197]: https://github.com/chenxiaolong/avbroot/pull/197