Bump version to 6.6.23 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-05-28 11:37:34 +00:00
parent 5cb10dda4a
commit e636d43a1c
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.6.22 -->
## [v6.6.22](https://github.com/inspec/inspec/tree/v6.6.22) (2024-05-27)
<!-- latest_release 6.6.23 -->
## [v6.6.23](https://github.com/inspec/inspec/tree/v6.6.23) (2024-05-28)
#### Merged Pull Requests
- Bump omnibus-software from `f50a2ad` to `88516f3` in /omnibus [#7037](https://github.com/inspec/inspec/pull/7037) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Update rspec requirement from &gt;= 3.9, &lt;= 3.12 to &gt;= 3.9, &lt;= 3.14 [#6967](https://github.com/inspec/inspec/pull/6967) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
@ -38,6 +38,7 @@
### Changes since 6.6.0 release
#### Merged Pull Requests
- Update rspec requirement from &gt;= 3.9, &lt;= 3.12 to &gt;= 3.9, &lt;= 3.14 [#6967](https://github.com/inspec/inspec/pull/6967) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.6.23 -->
- Bump omnibus-software from `f50a2ad` to `88516f3` in /omnibus [#7037](https://github.com/inspec/inspec/pull/7037) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.6.22 -->
- Fix broken link for InSpec Profiles documentation page [#7040](https://github.com/inspec/inspec/pull/7040) ([williamtheaker](https://github.com/williamtheaker)) <!-- 6.6.21 -->
- CHEF-3833 Added delay for InSpec parallel status reporter [#6993](https://github.com/inspec/inspec/pull/6993) ([Nik08](https://github.com/Nik08)) <!-- 6.6.20 -->

View file

@ -1 +1 @@
6.6.22
6.6.23

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.6.22".freeze
VERSION = "6.6.23".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.6.22".freeze
VERSION = "6.6.23".freeze
end