From f9ccafce6e4efe78ad836d975c04258c30e59785 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Tue, 22 Feb 2022 09:20:28 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 8 ++++++-- inspec.yml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a271d29..a998637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ # Changelog -## [3.0.2](https://github.com/dev-sec/postgres-baseline/tree/3.0.2) (2022-02-22) +## [3.1.0](https://github.com/dev-sec/postgres-baseline/tree/3.1.0) (2022-02-22) -[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/3.0.1...3.0.2) +[Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/3.0.1...3.1.0) **Implemented enhancements:** - Verify controls in running configuration [\#44](https://github.com/dev-sec/postgres-baseline/pull/44) ([FLiPp3r90](https://github.com/FLiPp3r90)) +**Merged pull requests:** + +- Cookstyle Bot Auto Corrections with Cookstyle 7.14.0 [\#43](https://github.com/dev-sec/postgres-baseline/pull/43) ([cookstyle[bot]](https://github.com/apps/cookstyle)) + ## [3.0.1](https://github.com/dev-sec/postgres-baseline/tree/3.0.1) (2022-01-12) [Full Changelog](https://github.com/dev-sec/postgres-baseline/compare/3.0.0...3.0.1) diff --git a/inspec.yml b/inspec.yml index 6bc6f09..1962832 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 postgres hardening inspec_version: '>= 4.6.3' -version: 3.0.2 +version: 3.1.0 supports: - os-family: unix