Bump version to 6.6.20 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-05-08 13:27:59 +00:00
parent c83733bf9e
commit 6bb288a5cd
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.19 -->
## [v6.6.19](https://github.com/inspec/inspec/tree/v6.6.19) (2024-05-02)
<!-- latest_release 6.6.20 -->
## [v6.6.20](https://github.com/inspec/inspec/tree/v6.6.20) (2024-05-08)
#### Merged Pull Requests
- Fix uninitialized constant Parser::AST::Processor::Mixin [#7030](https://github.com/inspec/inspec/pull/7030) ([stanhu](https://github.com/stanhu))
- CHEF-3833 Added delay for InSpec parallel status reporter [#6993](https://github.com/inspec/inspec/pull/6993) ([Nik08](https://github.com/Nik08))
<!-- 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-3833 Added delay for InSpec parallel status reporter [#6993](https://github.com/inspec/inspec/pull/6993) ([Nik08](https://github.com/Nik08)) <!-- 6.6.20 -->
- Fix uninitialized constant Parser::AST::Processor::Mixin [#7030](https://github.com/inspec/inspec/pull/7030) ([stanhu](https://github.com/stanhu)) <!-- 6.6.19 -->
- CHEF-6000: Fix URL fetcher failure to work when current directory is not a Git repository [#7023](https://github.com/inspec/inspec/pull/7023) ([ahasunos](https://github.com/ahasunos)) <!-- 6.6.18 -->
- Revert &quot;CHEF-8598: Add support for curve25519 key exchange&quot; [#7026](https://github.com/inspec/inspec/pull/7026) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.6.17 -->

View file

@ -1 +1 @@
6.6.19
6.6.20

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.19".freeze
VERSION = "6.6.20".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.6.19".freeze
VERSION = "6.6.20".freeze
end