Bump version to 4.23.14 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-10-19 09:42:33 +00:00
parent 1f0bcd988f
commit 7b3801b2a8
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.23.13 -->
## [v4.23.13](https://github.com/inspec/inspec/tree/v4.23.13) (2020-10-14)
<!-- latest_release 4.23.14 -->
## [v4.23.14](https://github.com/inspec/inspec/tree/v4.23.14) (2020-10-19)
#### Merged Pull Requests
- Update Hugo version to 0.76.4 [#5279](https://github.com/inspec/inspec/pull/5279) ([IanMadd](https://github.com/IanMadd))
- Ensure that we populate information about waiver expiration regardless of `run: true/false` [#5278](https://github.com/inspec/inspec/pull/5278) ([Schwad](https://github.com/Schwad))
<!-- latest_release -->
<!-- release_rollup since=4.23.11 -->
### Changes since 4.23.11 release
#### Merged Pull Requests
- Ensure that we populate information about waiver expiration regardless of `run: true/false` [#5278](https://github.com/inspec/inspec/pull/5278) ([Schwad](https://github.com/Schwad)) <!-- 4.23.14 -->
- Update Hugo version to 0.76.4 [#5279](https://github.com/inspec/inspec/pull/5279) ([IanMadd](https://github.com/IanMadd)) <!-- 4.23.13 -->
- Added another example to illustrate use for only_if [#5269](https://github.com/inspec/inspec/pull/5269) ([unixengineer](https://github.com/unixengineer)) <!-- 4.23.12 -->
- Remove thread requires as this is built in now [#5251](https://github.com/inspec/inspec/pull/5251) ([tas50](https://github.com/tas50)) <!-- 4.23.11 -->

View file

@ -1 +1 @@
4.23.13
4.23.14

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.13".freeze
VERSION = "4.23.14".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.23.13".freeze
VERSION = "4.23.14".freeze
end