Bump version to 6.8.2 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-08-02 09:19:35 +00:00
parent 29c7bdcf2c
commit e7aa7c535a
4 changed files with 9 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.2 -->
## [v6.8.2](https://github.com/inspec/inspec/tree/v6.8.2) (2024-08-02)
#### Merged Pull Requests
- 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]))
- Bump omnibus from `41d5c3b` to `3efa84c` in /omnibus [#7106](https://github.com/inspec/inspec/pull/7106) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Attempt to fix the random failure of depedency_loader unit test [#7101](https://github.com/inspec/inspec/pull/7101) ([Vasu1105](https://github.com/Vasu1105))
- Bump omnibus-software from `02fa677` to `b73b772` in /omnibus [#7105](https://github.com/inspec/inspec/pull/7105) ([dependabot[bot]](https://github.com/dependabot[bot]))
@ -38,6 +39,9 @@
<!-- release_rollup since=6.8.1 -->
### Changes since 6.8.1 release
#### Merged Pull Requests
- 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 -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
6.8.1
6.8.2

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.1".freeze
VERSION = "6.8.2".freeze
end

View file

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