From 08dd798394eedf627e26ed115a611ea7044b4027 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 17 Dec 2020 14:07:28 +0000 Subject: [PATCH] Bump version to 4.24.18 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9babab5a3..3b1745c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.24.17](https://github.com/inspec/inspec/tree/v4.24.17) (2020-12-16) + +## [v4.24.18](https://github.com/inspec/inspec/tree/v4.24.18) (2020-12-17) #### Merged Pull Requests -- Update rubyzip requirement from ~> 1.2, >= 1.2.2 to >= 1.2.2, < 3.0 [#5347](https://github.com/inspec/inspec/pull/5347) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Replace DK with Workstation in docs [#5352](https://github.com/inspec/inspec/pull/5352) ([tas50](https://github.com/tas50)) ### Changes since 4.24.8 release #### Merged Pull Requests +- Replace DK with Workstation in docs [#5352](https://github.com/inspec/inspec/pull/5352) ([tas50](https://github.com/tas50)) - Update rubyzip requirement from ~> 1.2, >= 1.2.2 to >= 1.2.2, < 3.0 [#5347](https://github.com/inspec/inspec/pull/5347) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Update simplecov requirement from ~> 0.10, <= 0.18.2 to ~> 0.18 [#5351](https://github.com/inspec/inspec/pull/5351) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Update tomlrb requirement from ~> 1.2.0 to >= 1.2, < 2.1 [#5350](https://github.com/inspec/inspec/pull/5350) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) diff --git a/VERSION b/VERSION index 71a0e1a7d..fdd1c58ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.24.17 \ No newline at end of file +4.24.18 \ 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 d467821a6..4fa1f714d 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.24.17".freeze + VERSION = "4.24.18".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index ad38596c4..6482f17b0 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.24.17".freeze + VERSION = "4.24.18".freeze end