From e3708cfa7d57586280824b3b4739cee0c722d87a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 9 Nov 2023 15:29:34 +0000 Subject: [PATCH] Bump version to 6.6.0 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 1d27566f5..1c078f7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change Log - -## [v6.5.0](https://github.com/inspec/inspec/tree/v6.5.0) (2023-11-09) + +## [v6.6.0](https://github.com/inspec/inspec/tree/v6.6.0) (2023-11-09) #### Merged Pull Requests -- Bump chef-licensing verison from ">= 0.4.44" to ">=0.7.5" [#6856](https://github.com/inspec/inspec/pull/6856) ([Vasu1105](https://github.com/Vasu1105)) +- CHEF-6440: Integrates audit logging feature [#6809](https://github.com/inspec/inspec/pull/6809) ([Vasu1105](https://github.com/Vasu1105)) ## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22) @@ -38,6 +38,7 @@ ### Changes since 5.22.13 release #### Merged Pull Requests +- CHEF-6440: Integrates audit logging feature [#6809](https://github.com/inspec/inspec/pull/6809) ([Vasu1105](https://github.com/Vasu1105)) - Bump chef-licensing verison from ">= 0.4.44" to ">=0.7.5" [#6856](https://github.com/inspec/inspec/pull/6856) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-6439 Mandatory Profile Signing (Preview) [#6705](https://github.com/inspec/inspec/pull/6705) ([Nik08](https://github.com/Nik08)) - CHEF-7694 (CHEF-8271) : Fix security_policy resource returns array for non comma separated values [#6838](https://github.com/inspec/inspec/pull/6838) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index 4be2c727a..cd802a1ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.0 \ No newline at end of file +6.6.0 \ 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 dfb9d4d6d..49138168c 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.5.0".freeze + VERSION = "6.6.0".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 7a714df6d..260e8530a 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.5.0".freeze + VERSION = "6.6.0".freeze end