Bump version to 6.8.12 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-11-11 10:37:12 +00:00
parent bb9613b561
commit aacfe7514d
4 changed files with 13 additions and 5 deletions

View file

@ -1,7 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release -->
<!-- latest_release 6.8.12 -->
## [v6.8.12](https://github.com/inspec/inspec/tree/v6.8.12) (2024-11-11)
#### Merged Pull Requests
- Fix license server URL override issue by prioritizing environment-set value [#7203](https://github.com/inspec/inspec/pull/7203) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
@ -30,7 +34,11 @@
#### Merged Pull Requests
- Bump omnibus-software from `4b08f0b` to `3268356` in /omnibus [#6587](https://github.com/inspec/inspec/pull/6587) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- release_rollup -->
<!-- release_rollup since=6.8.11 -->
### Changes since 6.8.11 release
#### Merged Pull Requests
- Fix license server URL override issue by prioritizing environment-set value [#7203](https://github.com/inspec/inspec/pull/7203) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.12 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
6.8.11
6.8.12

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.11".freeze
VERSION = "6.8.12".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.8.11".freeze
VERSION = "6.8.12".freeze
end