From 7850cf4408267f7c3e9ab5aad35f4da64a41801f Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Sun, 8 Nov 2020 13:46:33 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 12 ++++++++++++ inspec.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5bbc1..e6ba534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.4.0](https://github.com/dev-sec/nginx-baseline/tree/2.4.0) (2020-11-08) + +[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2.3.4...2.4.0) + +**Implemented enhancements:** + +- add fedora to valid users library [\#42](https://github.com/dev-sec/nginx-baseline/pull/42) ([rndmh3ro](https://github.com/rndmh3ro)) + +## [2.3.4](https://github.com/dev-sec/nginx-baseline/tree/2.3.4) (2020-07-23) + +[Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2.3.3...2.3.4) + ## [2.3.3](https://github.com/dev-sec/nginx-baseline/tree/2.3.3) (2020-07-13) [Full Changelog](https://github.com/dev-sec/nginx-baseline/compare/2.3.2...2.3.3) diff --git a/inspec.yml b/inspec.yml index c478d96..a5101b2 100644 --- a/inspec.yml +++ b/inspec.yml @@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team copyright_email: hello@dev-sec.io license: Apache-2.0 summary: Test-suite for best-practice nginx hardening -version: 2.3.4 +version: 2.4.0 supports: - os-family: unix