Bump version to 6.8.13 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:39:10 +00:00
parent aacfe7514d
commit e52ecca1a5
4 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.8.12 -->
## [v6.8.12](https://github.com/inspec/inspec/tree/v6.8.12) (2024-11-11)
<!-- latest_release 6.8.13 -->
## [v6.8.13](https://github.com/inspec/inspec/tree/v6.8.13) (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))
- CHEF-15651: Introduce `--legacy` flag for compatibility in `inspec automate upload` with legacy checks and export options [#7200](https://github.com/inspec/inspec/pull/7200) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
@ -38,6 +38,7 @@
### Changes since 6.8.11 release
#### Merged Pull Requests
- CHEF-15651: Introduce `--legacy` flag for compatibility in `inspec automate upload` with legacy checks and export options [#7200](https://github.com/inspec/inspec/pull/7200) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.13 -->
- 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 -->

View file

@ -1 +1 @@
6.8.12
6.8.13

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.12".freeze
VERSION = "6.8.13".freeze
end

View file

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