Bump version to 4.23.19 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-11-11 09:07:50 +00:00
parent be89d128b9
commit d356aca0a9
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.18 -->
## [v4.23.18](https://github.com/inspec/inspec/tree/v4.23.18) (2020-11-05)
<!-- latest_release 4.23.19 -->
## [v4.23.19](https://github.com/inspec/inspec/tree/v4.23.19) (2020-11-11)
#### Merged Pull Requests
- replace deprecated attributes section with inputs [#5295](https://github.com/inspec/inspec/pull/5295) ([KonradSchieban](https://github.com/KonradSchieban))
- Bumps parallel for ruby 2.4 issue [#5304](https://github.com/inspec/inspec/pull/5304) ([Schwad](https://github.com/Schwad))
<!-- latest_release -->
<!-- release_rollup since=4.23.15 -->
### Changes since 4.23.15 release
#### Merged Pull Requests
- Bumps parallel for ruby 2.4 issue [#5304](https://github.com/inspec/inspec/pull/5304) ([Schwad](https://github.com/Schwad)) <!-- 4.23.19 -->
- replace deprecated attributes section with inputs [#5295](https://github.com/inspec/inspec/pull/5295) ([KonradSchieban](https://github.com/KonradSchieban)) <!-- 4.23.18 -->
- Add ed25519 support to the habitat package [#5299](https://github.com/inspec/inspec/pull/5299) ([btm](https://github.com/btm)) <!-- 4.23.17 -->
- Pin rspec to 3.9 [#5297](https://github.com/inspec/inspec/pull/5297) ([james-stocks](https://github.com/james-stocks)) <!-- 4.23.16 -->

View file

@ -1 +1 @@
4.23.18
4.23.19

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.18".freeze
VERSION = "4.23.19".freeze
end

View file

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