Bump version to 4.20.7 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-06-17 17:17:29 +00:00
parent dca57b61c0
commit af7964984b
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.6 -->
## [v4.20.6](https://github.com/inspec/inspec/tree/v4.20.6) (2020-06-17)
<!-- latest_release 4.20.7 -->
## [v4.20.7](https://github.com/inspec/inspec/tree/v4.20.7) (2020-06-17)
#### Merged Pull Requests
- Make CLI reporter into a plugin [#5069](https://github.com/inspec/inspec/pull/5069) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### New Features
- Telemetry - determine run context from stack introspection [#4907](https://github.com/inspec/inspec/pull/4907) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.20.2 -->
### Changes since 4.20.2 release
#### New Features
- Telemetry - determine run context from stack introspection [#4907](https://github.com/inspec/inspec/pull/4907) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.20.7 -->
#### Merged Pull Requests
- Make CLI reporter into a plugin [#5069](https://github.com/inspec/inspec/pull/5069) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.20.6 -->
- Change ffi pinning [#5078](https://github.com/inspec/inspec/pull/5078) ([james-stocks](https://github.com/james-stocks)) <!-- 4.20.5 -->

View file

@ -1 +1 @@
4.20.6
4.20.7

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.6".freeze
VERSION = "4.20.7".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.20.6".freeze
VERSION = "4.20.7".freeze
end