From f02f2ffa12203b46c8376b5087e8cd09bc483fa4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 21 Oct 2022 07:46:52 +0000 Subject: [PATCH] Bump version to 6.2.7 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 672e6b6ed..da6810401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v6.2.6](https://github.com/inspec/inspec/tree/v6.2.6) (2022-10-20) + +## [v6.2.7](https://github.com/inspec/inspec/tree/v6.2.7) (2022-10-21) #### Merged Pull Requests -- Foreport 6257 to inspec 6 [#6279](https://github.com/inspec/inspec/pull/6279) ([Nik08](https://github.com/Nik08)) +- Foreport #6267 to inspec-6 [#6283](https://github.com/inspec/inspec/pull/6283) ([Vasu1105](https://github.com/Vasu1105)) ### Changes since 5.18.14 release #### Merged Pull Requests +- Foreport #6267 to inspec-6 [#6283](https://github.com/inspec/inspec/pull/6283) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6257 to inspec 6 [#6279](https://github.com/inspec/inspec/pull/6279) ([Nik08](https://github.com/Nik08)) - Foreport 6229 to inspec 6 [#6277](https://github.com/inspec/inspec/pull/6277) ([Nik08](https://github.com/Nik08)) - Foreport 6261 to InSpec 6 [#6276](https://github.com/inspec/inspec/pull/6276) ([ahasunos](https://github.com/ahasunos)) diff --git a/VERSION b/VERSION index 417c02022..c404f1a68 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.6 \ No newline at end of file +6.2.7 \ 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 dd0da4b60..d8dc74fc8 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.6".freeze + VERSION = "6.2.7".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c343a337f..4e901b798 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.2.6".freeze + VERSION = "6.2.7".freeze end