diff --git a/CHANGELOG.md b/CHANGELOG.md index daa137b..1efbf10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v4.1.2](https://github.com/dev-sec/chef-os-hardening/tree/v4.1.2) (2023-06-06) + +[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v4.1.1...v4.1.2) + +**Merged pull requests:** + +- CI: run the test workflow also on the release branches [\#295](https://github.com/dev-sec/chef-os-hardening/pull/295) ([artem-sidorenko](https://github.com/artem-sidorenko)) + ## [v4.1.1](https://github.com/dev-sec/chef-os-hardening/tree/v4.1.1) (2023-06-06) [Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v4.1.0...v4.1.1) diff --git a/metadata.rb b/metadata.rb index 025e4f9..8176f0f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -22,7 +22,7 @@ license 'Apache-2.0' description 'Installs and configures operating system hardening' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '4.1.1' +version '4.1.2' source_url 'https://github.com/dev-sec/chef-os-hardening' issues_url 'https://github.com/dev-sec/chef-os-hardening/issues'