Bump version to 6.8.3 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-08-06 11:23:12 +00:00
parent ed59ce0369
commit 26336ae797
4 changed files with 7 additions and 5 deletions

View file

@ -1,10 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 6.8.3 -->
## [v6.8.3](https://github.com/inspec/inspec/tree/v6.8.3) (2024-08-06)
#### Merged Pull Requests
- 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))
<!-- latest_release -->
@ -38,6 +39,7 @@
### Changes since 6.8.1 release
#### Merged Pull Requests
- 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 -->
- Bump rexml from 3.3.2 to 3.3.3 in /omnibus [#7116](https://github.com/inspec/inspec/pull/7116) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.8.2 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
6.8.2
6.8.3

View file

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

View file

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