From 5026ac67e691e3e63bb7e6879c929f0d93a00569 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 20 Oct 2022 18:07:15 +0000 Subject: [PATCH] Bump version to 6.2.2 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 de31ee024..6b63f2d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v6.2.1](https://github.com/inspec/inspec/tree/v6.2.1) (2022-10-20) + +## [v6.2.2](https://github.com/inspec/inspec/tree/v6.2.2) (2022-10-20) #### Merged Pull Requests -- Foreport 6238 to inspec-6 [#6280](https://github.com/inspec/inspec/pull/6280) ([Vasu1105](https://github.com/Vasu1105)) +- Foreport 6243 to inspec-6 [#6275](https://github.com/inspec/inspec/pull/6275) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 5.18.14 release #### Merged Pull Requests +- Foreport 6243 to inspec-6 [#6275](https://github.com/inspec/inspec/pull/6275) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport 6238 to inspec-6 [#6280](https://github.com/inspec/inspec/pull/6280) ([Vasu1105](https://github.com/Vasu1105)) - Feature Config File and Logger Support [#6260](https://github.com/inspec/inspec/pull/6260) ([clintoncwolfe](https://github.com/clintoncwolfe)) - CFINSPEC-246/CFINSPEC-247 Attestation changes for N/R outcomes [#6222](https://github.com/inspec/inspec/pull/6222) ([Nik08](https://github.com/Nik08)) diff --git a/VERSION b/VERSION index 0df17dd0f..30bc70ba1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.1 \ No newline at end of file +6.2.2 \ 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 ea743b70f..912b4f03c 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 = "6.2.1".freeze + VERSION = "6.2.2".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6449a59e7..1d87fa550 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.2.1".freeze + VERSION = "6.2.2".freeze end