From 9848bb736f22eb10f43f520abc026c4e7f87e6fb Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 9 Aug 2024 13:46:36 +0000 Subject: [PATCH] Bump version to 6.8.4 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 6 ++++-- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a085b1650..d461bd5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Change Log - -## Unreleased + +## [v6.8.4](https://github.com/inspec/inspec/tree/v6.8.4) (2024-08-09) #### Merged Pull Requests +- added docs changes [#7118](https://github.com/inspec/inspec/pull/7118) ([vviveksharma](https://github.com/vviveksharma)) - ci: use latest local license server [#7123](https://github.com/inspec/inspec/pull/7123) ([ahasunos](https://github.com/ahasunos)) @@ -38,6 +39,7 @@ ### Changes since 6.8.1 release #### Merged Pull Requests +- added docs changes [#7118](https://github.com/inspec/inspec/pull/7118) ([vviveksharma](https://github.com/vviveksharma)) - ci: use latest local license server [#7123](https://github.com/inspec/inspec/pull/7123) ([ahasunos](https://github.com/ahasunos)) - enhance: improve fetch and persist to catch entitlement exception [#7121](https://github.com/inspec/inspec/pull/7121) ([ahasunos](https://github.com/ahasunos)) - ci: resume habitat pipeline [#7109](https://github.com/inspec/inspec/pull/7109) ([ahasunos](https://github.com/ahasunos)) diff --git a/VERSION b/VERSION index 8fc3e14c4..ba62514d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.8.3 \ No newline at end of file +6.8.4 \ 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 0c0c993d0..cb848924f 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.3".freeze + VERSION = "6.8.4".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index f2a7aa347..1ec8ec6ed 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.8.3".freeze + VERSION = "6.8.4".freeze end