From d0d5bdb41cc0e7a93b1cb762f33d720296a38fb1 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Thu, 27 Oct 2022 18:27:57 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd589f6..b30e387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Changelog -## [2.1.9](https://github.com/dev-sec/windows-baseline/tree/2.1.9) (2022-03-18) +## [2.1.9](https://github.com/dev-sec/windows-baseline/tree/2.1.9) (2022-10-27) [Full Changelog](https://github.com/dev-sec/windows-baseline/compare/2.1.8...2.1.9) +**Implemented enhancements:** + +- use centralised issue templates and workflows [\#62](https://github.com/dev-sec/windows-baseline/pull/62) ([schurzi](https://github.com/schurzi)) + +**Fixed bugs:** + +- Error `undefined method `positive?' for #` [\#59](https://github.com/dev-sec/windows-baseline/issues/59) +- Fix local\_policies 'no such value .positive?' [\#61](https://github.com/dev-sec/windows-baseline/pull/61) ([spencer-cdw](https://github.com/spencer-cdw)) +- Revert lint breaking .positive [\#60](https://github.com/dev-sec/windows-baseline/pull/60) ([spencer-cdw](https://github.com/spencer-cdw)) + **Merged pull requests:** - Change linting to Cookstyle [\#58](https://github.com/dev-sec/windows-baseline/pull/58) ([schurzi](https://github.com/schurzi))