From 3f1349b05457cc4ebce4f86ab92c7a6259806b88 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 4 Feb 2020 19:54:51 +0000 Subject: [PATCH] Bump version to 4.18.84 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a933f89c..0479696e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [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 -- Removed ~50% of metaprogramming from LibraryEvalContext & Resource [#4814](https://github.com/inspec/inspec/pull/4814) ([zenspider](https://github.com/zenspider)) +#### Enhancements +- issue 4807: test for inputs in profiles [#4883](https://github.com/inspec/inspec/pull/4883) ([nazliBeit](https://github.com/nazliBeit)) ### Changes since 4.18.51 release #### Enhancements +- issue 4807: test for inputs in profiles [#4883](https://github.com/inspec/inspec/pull/4883) ([nazliBeit](https://github.com/nazliBeit)) - 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)) #### New Features diff --git a/VERSION b/VERSION index 7a52ee3bf..edf7c8b5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.83 \ No newline at end of file +4.18.84 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 9e5b4e6cb..f46bcd30f 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "4.18.83".freeze + VERSION = "4.18.84".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 4839f2f98..a768c7f16 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.83".freeze + VERSION = "4.18.84".freeze end