From 7387adb514995d66b97bea12103c6bbc20244445 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 22 Apr 2022 13:00:13 +0000 Subject: [PATCH] Bump version to 4.56.21 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 c33be41b9..4997ae038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v4.56.21](https://github.com/inspec/inspec/tree/v4.56.21) (2022-04-22) + +#### Merged Pull Requests +- Re-enable habitat builds on inspec-4 branch [#6008](https://github.com/inspec/inspec/pull/6008) ([clintoncwolfe](https://github.com/clintoncwolfe)) - + +### Changes since 4.56.20 release + +#### Merged Pull Requests +- Re-enable habitat builds on inspec-4 branch [#6008](https://github.com/inspec/inspec/pull/6008) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 266f1d2d5..7c4391e77 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.56.20 \ No newline at end of file +4.56.21 \ 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 97fb21643..6e3f67d96 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.56.20".freeze + VERSION = "4.56.21".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index ab83cc084..9302cac55 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.56.20".freeze + VERSION = "4.56.21".freeze end