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:
Chef Expeditor 2020-06-05 23:14:18 +00:00
parent 5524a6dd5c
commit 62c5cba7ec
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.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 -->

View file

@ -1 +1 @@
4.20.0
4.20.1

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.0".freeze
VERSION = "4.20.1".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.20.0".freeze
VERSION = "4.20.1".freeze
end