Bump version to 4.20.9 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-06-18 13:33:27 +00:00
parent eb2f14704e
commit b5b0d0351a
4 changed files with 10 additions and 7 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.20.8 -->
## [v4.20.8](https://github.com/inspec/inspec/tree/v4.20.8) (2020-06-18)
<!-- latest_release 4.20.9 -->
## [v4.20.9](https://github.com/inspec/inspec/tree/v4.20.9) (2020-06-18)
#### Merged Pull Requests
- Update sslshake test for sslshake 1.13.1 [#5101](https://github.com/inspec/inspec/pull/5101) ([james-stocks](https://github.com/james-stocks))
#### Bug Fixes
- Revert &quot;Make CLI reporter into a plugin&quot; [#5100](https://github.com/inspec/inspec/pull/5100) ([Schwad](https://github.com/Schwad))
<!-- latest_release -->
<!-- release_rollup since=4.20.6 -->
### Changes since 4.20.6 release
#### Bug Fixes
- Revert &quot;Make CLI reporter into a plugin&quot; [#5100](https://github.com/inspec/inspec/pull/5100) ([Schwad](https://github.com/Schwad)) <!-- 4.20.9 -->
#### Merged Pull Requests
- Update sslshake test for sslshake 1.13.1 [#5101](https://github.com/inspec/inspec/pull/5101) ([james-stocks](https://github.com/james-stocks)) <!-- 4.20.8 -->

View file

@ -1 +1 @@
4.20.8
4.20.9

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.20.8".freeze
VERSION = "4.20.9".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.20.8".freeze
VERSION = "4.20.9".freeze
end