From 7fa8d1ca68efafef2e067781b39d36795d81456a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 9 Apr 2020 16:18:16 +0000 Subject: [PATCH] Bump version to 4.18.105 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7c5f14d..6720ced2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v4.18.105](https://github.com/inspec/inspec/tree/v4.18.105) (2020-04-09) + +#### Bug Fixes +- Fixes for tests under ruby 2.7 [#4970](https://github.com/inspec/inspec/pull/4970) ([clintoncwolfe](https://github.com/clintoncwolfe)) - + +### Changes since 4.18.104 release + +#### Bug Fixes +- Fixes for tests under ruby 2.7 [#4970](https://github.com/inspec/inspec/pull/4970) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 4dd26ccda..b2a3cbc5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.104 \ No newline at end of file +4.18.105 \ 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 d2506c18b..cfcf9cf2e 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.104".freeze + VERSION = "4.18.105".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index e05fd845c..c00dbcc61 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.104".freeze + VERSION = "4.18.105".freeze end