mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
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:
parent
eb2f14704e
commit
b5b0d0351a
4 changed files with 10 additions and 7 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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 "Make CLI reporter into a plugin" [#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 "Make CLI reporter into a plugin" [#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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.20.8
|
||||
4.20.9
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.20.8".freeze
|
||||
VERSION = "4.20.9".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue