Bump version to 4.18.84 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-02-04 19:54:51 +00:00
parent 64c35b78f9
commit 3f1349b054
4 changed files with 8 additions and 7 deletions

View file

@ -1,16 +1,17 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.83 --> <!-- latest_release 4.18.84 -->
## [v4.18.83](https://github.com/inspec/inspec/tree/v4.18.83) (2020-02-04) ## [v4.18.84](https://github.com/inspec/inspec/tree/v4.18.84) (2020-02-04)
#### Merged Pull Requests #### Enhancements
- Removed ~50% of metaprogramming from LibraryEvalContext &amp; Resource [#4814](https://github.com/inspec/inspec/pull/4814) ([zenspider](https://github.com/zenspider)) - issue 4807: test for inputs in profiles [#4883](https://github.com/inspec/inspec/pull/4883) ([nazliBeit](https://github.com/nazliBeit))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=4.18.51 --> <!-- release_rollup since=4.18.51 -->
### Changes since 4.18.51 release ### Changes since 4.18.51 release
#### Enhancements #### Enhancements
- issue 4807: test for inputs in profiles [#4883](https://github.com/inspec/inspec/pull/4883) ([nazliBeit](https://github.com/nazliBeit)) <!-- 4.18.84 -->
- Remove the references to the core/cacerts so customers can specify it [#4848](https://github.com/inspec/inspec/pull/4848) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) <!-- 4.18.75 --> - Remove the references to the core/cacerts so customers can specify it [#4848](https://github.com/inspec/inspec/pull/4848) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) <!-- 4.18.75 -->
#### New Features #### New Features

View file

@ -1 +1 @@
4.18.83 4.18.84

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually # This file managed by automation - do not edit manually
module InspecBin module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__) INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.18.83".freeze VERSION = "4.18.84".freeze
end end

View file

@ -1,3 +1,3 @@
module Inspec module Inspec
VERSION = "4.18.83".freeze VERSION = "4.18.84".freeze
end end