From efdfc6f3902668a8008bcdb3b1080d97dc54df94 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 6 Jul 2023 23:57:27 +0000 Subject: [PATCH] Bump version to 6.4.32 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 eb46182b6..0c4449c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v6.4.31](https://github.com/inspec/inspec-prime/tree/v6.4.31) (2023-07-06) + +## [v6.4.32](https://github.com/inspec/inspec-prime/tree/v6.4.32) (2023-07-06) #### Merged Pull Requests -- Crossport public 6549: Drop testing on EOL ruby 2.7, and run linter on Ruby 3.1 [#76](https://github.com/inspec/inspec-prime/pull/76) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Configure to use `Inspec::Log` in Chef Licensing [#67](https://github.com/inspec/inspec-prime/pull/67) ([ahasunos](https://github.com/ahasunos)) ### Changes since 5.18.14 release #### Merged Pull Requests +- Configure to use `Inspec::Log` in Chef Licensing [#67](https://github.com/inspec/inspec-prime/pull/67) ([ahasunos](https://github.com/ahasunos)) - Crossport public 6549: Drop testing on EOL ruby 2.7, and run linter on Ruby 3.1 [#76](https://github.com/inspec/inspec-prime/pull/76) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Case correction of product name in licensing config [#78](https://github.com/inspec/inspec-prime/pull/78) ([ahasunos](https://github.com/ahasunos)) - Foreport - Add postgres support for custom port with a socket connection [#40](https://github.com/inspec/inspec-prime/pull/40) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 628322039..df7de3bb7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.31 \ No newline at end of file +6.4.32 \ 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 fbaf8ce9d..e44539944 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.4.31".freeze + VERSION = "6.4.32".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6872a3e00..042aa8759 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.4.31".freeze + VERSION = "6.4.32".freeze end