Bump version to 4.22.20 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-08-25 15:28:19 +00:00
parent e761f8fb0c
commit 6f8b48ed26
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.22.19 -->
## [v4.22.19](https://github.com/inspec/inspec/tree/v4.22.19) (2020-08-24)
<!-- latest_release 4.22.20 -->
## [v4.22.20](https://github.com/inspec/inspec/tree/v4.22.20) (2020-08-25)
#### Merged Pull Requests
- Create expeditor-development release branch [#5220](https://github.com/inspec/inspec/pull/5220) ([Schwad](https://github.com/Schwad))
- Fix mysql_session stdout, stderr and exit_status parameters [#5219](https://github.com/inspec/inspec/pull/5219) ([ramereth](https://github.com/ramereth))
<!-- latest_release -->
<!-- release_rollup since=4.22.8 -->
### Changes since 4.22.8 release
#### Merged Pull Requests
- Fix mysql_session stdout, stderr and exit_status parameters [#5219](https://github.com/inspec/inspec/pull/5219) ([ramereth](https://github.com/ramereth)) <!-- 4.22.20 -->
- Create expeditor-development release branch [#5220](https://github.com/inspec/inspec/pull/5220) ([Schwad](https://github.com/Schwad)) <!-- 4.22.19 -->
- Don&#39;t build packages for EOL Debian 8 [#5197](https://github.com/inspec/inspec/pull/5197) ([tas50](https://github.com/tas50)) <!-- 4.22.18 -->
- Update omnibus builds to Ruby 2.6.6 [#5198](https://github.com/inspec/inspec/pull/5198) ([tas50](https://github.com/tas50)) <!-- 4.22.17 -->

View file

@ -1 +1 @@
4.22.19
4.22.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.22.19".freeze
VERSION = "4.22.20".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.22.19".freeze
VERSION = "4.22.20".freeze
end