Bump version to 4.23.1 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-08-27 10:41:31 +00:00
parent 1333fcd821
commit 427499a1e4
4 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.23.0 -->
## [v4.23.0](https://github.com/inspec/inspec/tree/v4.23.0) (2020-08-27)
<!-- latest_release 4.23.1 -->
## [v4.23.1](https://github.com/inspec/inspec/tree/v4.23.1) (2020-08-27)
#### New Features
- RunData Filters; sensitive inputs; suppress diff; sorted output [#5054](https://github.com/inspec/inspec/pull/5054) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### 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))
<!-- latest_release -->
<!-- release_rollup since=4.22.22 -->
@ -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)) <!-- 4.23.0 -->
#### 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)) <!-- 4.23.1 -->
- changed inspec.yml example to use platform-family instead of os-family, since that&#39;s the recommended property name [#5151](https://github.com/inspec/inspec/pull/5151) ([bcwood](https://github.com/bcwood)) <!-- 4.22.23 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.23.0
4.23.1

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.23.0".freeze
VERSION = "4.23.1".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.23.0".freeze
VERSION = "4.23.1".freeze
end