From 057f187b790bc8520407017a13bb65df7502935b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 28 Nov 2022 00:12:43 +0000 Subject: [PATCH] Bump version to 5.21.10 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 bd9d34ef2..180124293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.21.9](https://github.com/inspec/inspec/tree/v5.21.9) (2022-11-27) + +## [v5.21.10](https://github.com/inspec/inspec/tree/v5.21.10) (2022-11-28) #### Merged Pull Requests -- CFINSPEC-493 update signing_identity [#6298](https://github.com/inspec/inspec/pull/6298) ([sathish-progress](https://github.com/sathish-progress)) +- Cfinspec 488 fix nokigiri omnibus [#6305](https://github.com/inspec/inspec/pull/6305) ([sathish-progress](https://github.com/sathish-progress)) ### Changes since 5.18.14 release #### Merged Pull Requests +- Cfinspec 488 fix nokigiri omnibus [#6305](https://github.com/inspec/inspec/pull/6305) ([sathish-progress](https://github.com/sathish-progress)) - CFINSPEC-493 update signing_identity [#6298](https://github.com/inspec/inspec/pull/6298) ([sathish-progress](https://github.com/sathish-progress)) - Fix Ruby 2.7 Bundle Installs on CI Verify Pipeline [#6324](https://github.com/inspec/inspec/pull/6324) ([clintoncwolfe](https://github.com/clintoncwolfe)) - RESOURCE-527 Add an inspec init template for alicloud [#6304](https://github.com/inspec/inspec/pull/6304) ([soumyo13](https://github.com/soumyo13)) diff --git a/VERSION b/VERSION index 604591613..a99174dd8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.21.9 \ No newline at end of file +5.21.10 \ 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 e4bddf84a..15c597640 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 = "5.21.9".freeze + VERSION = "5.21.10".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c5f443340..78706a8c3 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.21.9".freeze + VERSION = "5.21.10".freeze end