Bump version to 6.6.11 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-01-24 13:03:19 +00:00
parent ebd3eeca55
commit 712dad1278
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.10 -->
## [v6.6.10](https://github.com/inspec/inspec/tree/v6.6.10) (2024-01-24)
<!-- latest_release 6.6.11 -->
## [v6.6.11](https://github.com/inspec/inspec/tree/v6.6.11) (2024-01-24)
#### Merged Pull Requests
- CHEF-4442 Streaming reporter fix to capture progress correctly [#6912](https://github.com/inspec/inspec/pull/6912) ([Nik08](https://github.com/Nik08))
- CHEF-6412: Fix for virutalization resource undefined method file_read [#6947](https://github.com/inspec/inspec/pull/6947) ([Vasu1105](https://github.com/Vasu1105))
<!-- 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
- CHEF-6412: Fix for virutalization resource undefined method file_read [#6947](https://github.com/inspec/inspec/pull/6947) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.6.11 -->
- CHEF-4442 Streaming reporter fix to capture progress correctly [#6912](https://github.com/inspec/inspec/pull/6912) ([Nik08](https://github.com/Nik08)) <!-- 6.6.10 -->
- CHEF-4191 Waivers backward compatibility support with Chef Client [#6919](https://github.com/inspec/inspec/pull/6919) ([Nik08](https://github.com/Nik08)) <!-- 6.6.9 -->
- CHEF-3166 Unit tests added for IAF file [#6933](https://github.com/inspec/inspec/pull/6933) ([Nik08](https://github.com/Nik08)) <!-- 6.6.8 -->

View file

@ -1 +1 @@
6.6.10
6.6.11

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.10".freeze
VERSION = "6.6.11".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.6.10".freeze
VERSION = "6.6.11".freeze
end