mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.20.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
d5f825e716
commit
52392600d1
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.19.4 -->
|
||||
## [v4.19.4](https://github.com/inspec/inspec/tree/v4.19.4) (2020-06-05)
|
||||
<!-- latest_release 4.20.0 -->
|
||||
## [v4.20.0](https://github.com/inspec/inspec/tree/v4.20.0) (2020-06-05)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix unmatched backticks in docs [#5053](https://github.com/inspec/inspec/pull/5053) ([james-stocks](https://github.com/james-stocks))
|
||||
- CLI Option to silence deprecations [#5026](https://github.com/inspec/inspec/pull/5026) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.19.2 -->
|
||||
### Changes since 4.19.2 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- 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 -->
|
||||
|
||||
#### New Features
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.19.4
|
||||
4.20.0
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.19.4".freeze
|
||||
VERSION = "4.20.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.19.4".freeze
|
||||
VERSION = "4.20.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue