From a7b16c1db4917d8fadbf2d9dc769b2f6d0dbd1e3 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 5 Nov 2024 06:19:38 +0000 Subject: [PATCH] Bump version to 6.8.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 106ae598b..0bbaf3c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change Log - -## [v6.8.9](https://github.com/inspec/inspec/tree/v6.8.9) (2024-09-11) + +## [v6.8.10](https://github.com/inspec/inspec/tree/v6.8.10) (2024-11-05) #### Merged Pull Requests -- added the correct prod Url spellings [#7166](https://github.com/inspec/inspec/pull/7166) ([vviveksharma](https://github.com/vviveksharma)) +- Improved regex to load readme from inspec profiles [#7198](https://github.com/inspec/inspec/pull/7198) ([Nik08](https://github.com/Nik08)) ## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22) @@ -38,6 +38,7 @@ ### Changes since 6.8.1 release #### Merged Pull Requests +- Improved regex to load readme from inspec profiles [#7198](https://github.com/inspec/inspec/pull/7198) ([Nik08](https://github.com/Nik08)) - added the correct prod Url spellings [#7166](https://github.com/inspec/inspec/pull/7166) ([vviveksharma](https://github.com/vviveksharma)) - Added fatal message check for postgres_session:query method [#7154](https://github.com/inspec/inspec/pull/7154) ([gokulks97](https://github.com/gokulks97)) - ci: improve hab pipeline for windows [#7153](https://github.com/inspec/inspec/pull/7153) ([ahasunos](https://github.com/ahasunos)) diff --git a/VERSION b/VERSION index bab0a8f50..d44a68f1a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.8.9 \ No newline at end of file +6.8.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 cc03a4235..1f132f967 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.8.9".freeze + VERSION = "6.8.10".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index b561c3202..18e8ec077 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.8.9".freeze + VERSION = "6.8.10".freeze end