From 666e7092534bc29554700c21c6b8864cbc45eeae Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Fri, 28 Oct 2022 05:18:33 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 8 ++++++++ inspec.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c9b1a..5b2a85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.8.4](https://github.com/dev-sec/linux-baseline/tree/2.8.4) (2022-10-28) + +[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.8.3...2.8.4) + +**Implemented enhancements:** + +- use centralised issue templates and workflows [\#178](https://github.com/dev-sec/linux-baseline/pull/178) ([schurzi](https://github.com/schurzi)) + ## [2.8.3](https://github.com/dev-sec/linux-baseline/tree/2.8.3) (2022-09-29) [Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.8.2...2.8.3) diff --git a/inspec.yml b/inspec.yml index 7bb645a..bde0e88 100644 --- a/inspec.yml +++ b/inspec.yml @@ -7,6 +7,6 @@ copyright_email: hello@dev-sec.io license: Apache-2.0 summary: Test suite for best practice Linux OS hardening inspec_version: '>= 4.6.3' -version: 2.8.3 +version: 2.8.4 supports: - os-family: linux