From 1e8dd0ae1e849e5989b6f9a8407ec7378ff22081 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 12 Jan 2021 20:33:51 +0000 Subject: [PATCH] Bump version to 4.24.30 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 6 ++++-- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f25100b9..b6c05da2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Change Log - -## Unreleased + +## [v4.24.30](https://github.com/inspec/inspec/tree/v4.24.30) (2021-01-12) #### Merged Pull Requests +- clarify the inspec check command [#5379](https://github.com/inspec/inspec/pull/5379) ([chrisbirster](https://github.com/chrisbirster)) - Switch Docker build to be omnibus-based [#5362](https://github.com/inspec/inspec/pull/5362) ([nkierpiec](https://github.com/nkierpiec)) @@ -11,6 +12,7 @@ ### Changes since 4.24.28 release #### Merged Pull Requests +- clarify the inspec check command [#5379](https://github.com/inspec/inspec/pull/5379) ([chrisbirster](https://github.com/chrisbirster)) - Switch Docker build to be omnibus-based [#5362](https://github.com/inspec/inspec/pull/5362) ([nkierpiec](https://github.com/nkierpiec)) - Add ENV var to skip live net tests in plugin installer unit tests [#5378](https://github.com/inspec/inspec/pull/5378) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index a3308d835..8ca4f68a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.24.29 \ No newline at end of file +4.24.30 \ 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 67909c27b..23554b420 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("..", __dir__) - VERSION = "4.24.29".freeze + VERSION = "4.24.30".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 7b29b8d4f..15cae55ff 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.24.29".freeze + VERSION = "4.24.30".freeze end