Bump version to 4.23.4 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-09-02 14:59:10 +00:00
parent 508861b80f
commit 29bc849474
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.23.3 -->
## [v4.23.3](https://github.com/inspec/inspec/tree/v4.23.3) (2020-08-28)
<!-- latest_release 4.23.4 -->
## [v4.23.4](https://github.com/inspec/inspec/tree/v4.23.4) (2020-09-02)
#### Merged Pull Requests
- Allow license-acceptance 2.x gem dep [#5229](https://github.com/inspec/inspec/pull/5229) ([tas50](https://github.com/tas50))
- Run ps with an ulimited width on linux [#5232](https://github.com/inspec/inspec/pull/5232) ([rgeissert](https://github.com/rgeissert))
<!-- 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
- Run ps with an ulimited width on linux [#5232](https://github.com/inspec/inspec/pull/5232) ([rgeissert](https://github.com/rgeissert)) <!-- 4.23.4 -->
- Allow license-acceptance 2.x gem dep [#5229](https://github.com/inspec/inspec/pull/5229) ([tas50](https://github.com/tas50)) <!-- 4.23.3 -->
- First pass at fixing issue #5183. [#5185](https://github.com/inspec/inspec/pull/5185) ([StylusEaterChef](https://github.com/StylusEaterChef)) <!-- 4.23.2 -->
- 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 -->

View file

@ -1 +1 @@
4.23.3
4.23.4

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.3".freeze
VERSION = "4.23.4".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.23.3".freeze
VERSION = "4.23.4".freeze
end