diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5c028..37bfbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or ## [Unreleased](https://github.com/freedomofpress/dangerzone/compare/v0.9.0...HEAD) -## Changed +### Added + +- Add an option to automatically upgrade container images to their latest + version ([#1006](https://github.com/freedomofpress/dangerzone/issues/1006)). + This allows for more security. Read more about this feature [in our docs](https://github.com/freedomofpress/dangerzone/blob/main/docs/independent-container-updates.md). + +### Changed - Update installation instructions (and CI checks) for Debian derivatives ([#1141](https://github.com/freedomofpress/dangerzone/pull/1141))