diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed5f5d..61df350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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) + +**Fixed bugs:** + +- fix wrong parameter in new dynamic determination [\#55](https://github.com/dev-sec/mysql-baseline/pull/55) ([rndmh3ro](https://github.com/rndmh3ro)) + ## [3.1.6](https://github.com/dev-sec/mysql-baseline/tree/3.1.6) (2020-08-12) [Full Changelog](https://github.com/dev-sec/mysql-baseline/compare/3.1.5...3.1.6) diff --git a/inspec.yml b/inspec.yml index 869a4f8..b6a55e7 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.6 +version: 3.1.7 supports: - os-family: unix