2
0
Fork 0
mirror of https://github.com/inspec/inspec synced 2025-02-21 08:28:42 +00:00

Bump version to 4.23.20 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-11-18 14:17:02 +00:00
parent 97dbffba52
commit 638ec26abe
4 changed files with 11 additions and 5 deletions
CHANGELOG.mdVERSION
inspec-bin/lib/inspec-bin
lib/inspec

View file

@ -1,7 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.23.20 -->
## [v4.23.20](https://github.com/inspec/inspec/tree/v4.23.20) (2020-11-18)
#### Bug Fixes
- Don&#39;t reload plugins if load_all is called repeatedly [#5308](https://github.com/inspec/inspec/pull/5308) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Merged Pull Requests
- Update Codeowners file for Docs [#5298](https://github.com/inspec/inspec/pull/5298) ([mjingle](https://github.com/mjingle))
@ -10,6 +13,9 @@
<!-- release_rollup since=4.23.15 -->
### Changes since 4.23.15 release
#### Bug Fixes
- Don&#39;t reload plugins if load_all is called repeatedly [#5308](https://github.com/inspec/inspec/pull/5308) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.23.20 -->
#### Merged Pull Requests
- Update Codeowners file for Docs [#5298](https://github.com/inspec/inspec/pull/5298) ([mjingle](https://github.com/mjingle)) <!-- 4.23.19 -->
- Bumps parallel for ruby 2.4 issue [#5304](https://github.com/inspec/inspec/pull/5304) ([Schwad](https://github.com/Schwad)) <!-- 4.23.19 -->

View file

@ -1 +1 @@
4.23.19
4.23.20

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.19".freeze
VERSION = "4.23.20".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.23.19".freeze
VERSION = "4.23.20".freeze
end