diff --git a/CHANGELOG.md b/CHANGELOG.md index 61df350..e283d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.0.0](https://github.com/dev-sec/mysql-baseline/tree/4.0.0) (2020-08-26) + +[Full Changelog](https://github.com/dev-sec/mysql-baseline/compare/3.1.7...4.0.0) + +**Merged pull requests:** + +- BREAKING: config-files should be owned by mysql-user [\#56](https://github.com/dev-sec/mysql-baseline/pull/56) ([rndmh3ro](https://github.com/rndmh3ro)) + ## [3.1.7](https://github.com/dev-sec/mysql-baseline/tree/3.1.7) (2020-08-17) [Full Changelog](https://github.com/dev-sec/mysql-baseline/compare/3.1.6...3.1.7) diff --git a/inspec.yml b/inspec.yml index b6a55e7..f060d56 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 mysql hardening -version: 3.1.7 +version: 4.0.0 supports: - os-family: unix