diff --git a/CHANGELOG.md b/CHANGELOG.md index 226a34a..d2da16c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.8](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.8) (2022-03-18) + +[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.6.7...0.6.8) + +**Merged pull requests:** + +- Change linting to Cookstyle [\#56](https://github.com/dev-sec/linux-patch-baseline/pull/56) ([schurzi](https://github.com/schurzi)) + ## [0.6.7](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.7) (2022-01-12) [Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.6.6...0.6.7) diff --git a/inspec.yml b/inspec.yml index e49fe28..276556d 100644 --- a/inspec.yml +++ b/inspec.yml @@ -3,7 +3,7 @@ name: linux-patch-baseline title: DevSec Linux Patch Benchmark summary: Verifies that all patches have been applied inspec_version: '>= 4.6.3' -version: 0.6.7 +version: 0.6.8 maintainer: Christoph Hartmann copyright: Christoph Hartmann copyright_email: chris@lollyrock.com