From 7126b7fea1ff99d826178945ffd040e2acb8084e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 27 Aug 2020 11:44:49 +0000 Subject: [PATCH] Bump version to 4.23.2 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 ac4e72d96..a949a5483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.23.1](https://github.com/inspec/inspec/tree/v4.23.1) (2020-08-27) + +## [v4.23.2](https://github.com/inspec/inspec/tree/v4.23.2) (2020-08-27) #### Merged Pull Requests -- Add ability to disable input caching for kitchen-inspec use [#5211](https://github.com/inspec/inspec/pull/5211) ([tecracer-theinen](https://github.com/tecracer-theinen)) +- First pass at fixing issue #5183. [#5185](https://github.com/inspec/inspec/pull/5185) ([StylusEaterChef](https://github.com/StylusEaterChef)) @@ -14,6 +14,7 @@ - RunData Filters; sensitive inputs; suppress diff; sorted output [#5054](https://github.com/inspec/inspec/pull/5054) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Merged Pull Requests +- First pass at fixing issue #5183. [#5185](https://github.com/inspec/inspec/pull/5185) ([StylusEaterChef](https://github.com/StylusEaterChef)) - Add ability to disable input caching for kitchen-inspec use [#5211](https://github.com/inspec/inspec/pull/5211) ([tecracer-theinen](https://github.com/tecracer-theinen)) - changed inspec.yml example to use platform-family instead of os-family, since that's the recommended property name [#5151](https://github.com/inspec/inspec/pull/5151) ([bcwood](https://github.com/bcwood)) diff --git a/VERSION b/VERSION index 9d61352ee..a6094be4d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.23.1 \ No newline at end of file +4.23.2 \ 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 2519c2897..3c87e77a8 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("../..", __FILE__) - VERSION = "4.23.1".freeze + VERSION = "4.23.2".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 2b1d883bd..e3c6d4691 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.23.1".freeze + VERSION = "4.23.2".freeze end