mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 4.20.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
5524a6dd5c
commit
62c5cba7ec
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.20.0 -->
|
||||
## [v4.20.0](https://github.com/inspec/inspec/tree/v4.20.0) (2020-06-05)
|
||||
<!-- latest_release 4.20.1 -->
|
||||
## [v4.20.1](https://github.com/inspec/inspec/tree/v4.20.1) (2020-06-05)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CLI Option to silence deprecations [#5026](https://github.com/inspec/inspec/pull/5026) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Expand docs and tests for only_if [#5038](https://github.com/inspec/inspec/pull/5038) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.19.2 -->
|
||||
### Changes since 4.19.2 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Expand docs and tests for only_if [#5038](https://github.com/inspec/inspec/pull/5038) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.20.1 -->
|
||||
- CLI Option to silence deprecations [#5026](https://github.com/inspec/inspec/pull/5026) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.20.0 -->
|
||||
- Fix unmatched backticks in docs [#5053](https://github.com/inspec/inspec/pull/5053) ([james-stocks](https://github.com/james-stocks)) <!-- 4.19.4 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.20.0
|
||||
4.20.1
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.20.0".freeze
|
||||
VERSION = "4.20.1".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.20.0".freeze
|
||||
VERSION = "4.20.1".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue