Bump version to 4.18.58 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-01-03 16:47:38 +00:00
parent 328302dd48
commit 395d6d5421
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.18.57 -->
## [v4.18.57](https://github.com/inspec/inspec/tree/v4.18.57) (2020-01-03)
<!-- latest_release 4.18.58 -->
## [v4.18.58](https://github.com/inspec/inspec/tree/v4.18.58) (2020-01-03)
#### Merged Pull Requests
- Found and fixed more mocha/setup deprecations. [#4821](https://github.com/inspec/inspec/pull/4821) ([zenspider](https://github.com/zenspider))
- Fix empty attributes array in json reporter [#4815](https://github.com/inspec/inspec/pull/4815) ([nazliBeit](https://github.com/nazliBeit))
<!-- latest_release -->
<!-- release_rollup since=4.18.51 -->
### Changes since 4.18.51 release
#### Merged Pull Requests
- Fix empty attributes array in json reporter [#4815](https://github.com/inspec/inspec/pull/4815) ([nazliBeit](https://github.com/nazliBeit)) <!-- 4.18.58 -->
- Found and fixed more mocha/setup deprecations. [#4821](https://github.com/inspec/inspec/pull/4821) ([zenspider](https://github.com/zenspider)) <!-- 4.18.57 -->
- Removed all metaprogramming from ControlEvalContext [#4778](https://github.com/inspec/inspec/pull/4778) ([zenspider](https://github.com/zenspider)) <!-- 4.18.56 -->
- Set test skip bomb date to end of 2020Q1 [#4819](https://github.com/inspec/inspec/pull/4819) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.55 -->

View file

@ -1 +1 @@
4.18.57
4.18.58

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.18.57".freeze
VERSION = "4.18.58".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.57".freeze
VERSION = "4.18.58".freeze
end