From 50698e85a1c37d908ecb78d5fee99e3b797ecc5e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 24 Aug 2021 02:41:20 +0000 Subject: [PATCH] Bump version to 4.41.9 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9bfb711f..ed12a85f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.41.8](https://github.com/inspec/inspec/tree/v4.41.8) (2021-08-23) + +## [v4.41.9](https://github.com/inspec/inspec/tree/v4.41.9) (2021-08-24) #### Merged Pull Requests -- Fix postgres_session error Unable to connect to database [#5619](https://github.com/inspec/inspec/pull/5619) ([Vasu1105](https://github.com/Vasu1105)) +- Fix merging of included conf and main conf params in apache conf [#5623](https://github.com/inspec/inspec/pull/5623) ([Nik08](https://github.com/Nik08)) ### Changes since 4.41.2 release #### Merged Pull Requests +- Fix merging of included conf and main conf params in apache conf [#5623](https://github.com/inspec/inspec/pull/5623) ([Nik08](https://github.com/Nik08)) - Fix postgres_session error Unable to connect to database [#5619](https://github.com/inspec/inspec/pull/5619) ([Vasu1105](https://github.com/Vasu1105)) - Fix `--chef-license=accept` option to only show license accepted message [#5609](https://github.com/inspec/inspec/pull/5609) ([Nik08](https://github.com/Nik08)) - Fix `--insecure` not working with profile [#5600](https://github.com/inspec/inspec/pull/5600) ([Nik08](https://github.com/Nik08)) diff --git a/VERSION b/VERSION index 3cd3079cf..7b709e7f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.41.8 \ No newline at end of file +4.41.9 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 7f45cb41b..7257743f2 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "4.41.8".freeze + VERSION = "4.41.9".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index f69beeffa..7d6aeaa5a 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.41.8".freeze + VERSION = "4.41.9".freeze end