Bump version to 6.4.78 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-10-30 16:55:13 +00:00
parent 0c134bca30
commit 389b64408f
4 changed files with 7 additions and 7 deletions

View file

@ -1,12 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.4.77 -->
## [v6.4.77](https://github.com/inspec/inspec/tree/v6.4.77) (2023-10-30)
<!-- latest_release 6.4.78 -->
## [v6.4.78](https://github.com/inspec/inspec/tree/v6.4.78) (2023-10-30)
#### Merged Pull Requests
- CHEF-7670 Ability to set feature preview flag using ENV [#6833](https://github.com/inspec/inspec/pull/6833) ([Nik08](https://github.com/Nik08))
- Fix lint offense, TrailingWhitespace &amp; EmptyLines [#6830](https://github.com/inspec/inspec/pull/6830) ([ahasunos](https://github.com/ahasunos))
- Profile params usage changes - inspec compliance plugin [#6832](https://github.com/inspec/inspec/pull/6832) ([Nik08](https://github.com/Nik08))
<!-- latest_release -->
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
@ -39,6 +38,7 @@
### Changes since 5.22.13 release
#### Merged Pull Requests
- Profile params usage changes - inspec compliance plugin [#6832](https://github.com/inspec/inspec/pull/6832) ([Nik08](https://github.com/Nik08)) <!-- 6.4.78 -->
- CHEF-7670 Ability to set feature preview flag using ENV [#6833](https://github.com/inspec/inspec/pull/6833) ([Nik08](https://github.com/Nik08)) <!-- 6.4.77 -->
- Fix lint offense, TrailingWhitespace &amp; EmptyLines [#6830](https://github.com/inspec/inspec/pull/6830) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.76 -->
- Update runtime platform list [#6826](https://github.com/inspec/inspec/pull/6826) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 6.4.76 -->

View file

@ -1 +1 @@
6.4.77
6.4.78

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.4.77".freeze
VERSION = "6.4.78".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.4.77".freeze
VERSION = "6.4.78".freeze
end