Bump version to 6.8.4 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-08-09 13:46:36 +00:00
parent a3c3ad345a
commit 9848bb736f
4 changed files with 7 additions and 5 deletions

View file

@ -1,10 +1,11 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased --> <!-- latest_release 6.8.4 -->
## Unreleased ## [v6.8.4](https://github.com/inspec/inspec/tree/v6.8.4) (2024-08-09)
#### Merged Pull Requests #### 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)) - ci: use latest local license server [#7123](https://github.com/inspec/inspec/pull/7123) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release --> <!-- latest_release -->
@ -38,6 +39,7 @@
### Changes since 6.8.1 release ### Changes since 6.8.1 release
#### Merged Pull Requests #### Merged Pull Requests
- added docs changes [#7118](https://github.com/inspec/inspec/pull/7118) ([vviveksharma](https://github.com/vviveksharma)) <!-- 6.8.4 -->
- ci: use latest local license server [#7123](https://github.com/inspec/inspec/pull/7123) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.3 --> - ci: use latest local license server [#7123](https://github.com/inspec/inspec/pull/7123) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.3 -->
- enhance: improve fetch and persist to catch entitlement exception [#7121](https://github.com/inspec/inspec/pull/7121) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.3 --> - enhance: improve fetch and persist to catch entitlement exception [#7121](https://github.com/inspec/inspec/pull/7121) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.3 -->
- ci: resume habitat pipeline [#7109](https://github.com/inspec/inspec/pull/7109) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.2 --> - ci: resume habitat pipeline [#7109](https://github.com/inspec/inspec/pull/7109) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.2 -->

View file

@ -1 +1 @@
6.8.3 6.8.4

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually # This file managed by automation - do not edit manually
module InspecBin module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__) INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "6.8.3".freeze VERSION = "6.8.4".freeze
end end

View file

@ -1,3 +1,3 @@
module Inspec module Inspec
VERSION = "6.8.3".freeze VERSION = "6.8.4".freeze
end end