From 6a7a587aa6c3bf58d3618e9a61667dd3347ecd53 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 6 Jun 2023 17:36:42 +0000 Subject: [PATCH] Version update v4.1.2 Signed-off-by: GitHub Actions --- CHANGELOG.md | 8 ++++++++ metadata.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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'