Bump version to 4.56.46 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-09-29 23:15:41 +00:00
parent fa1d9354e7
commit 81a209fa9f
4 changed files with 7 additions and 7 deletions

View file

@ -1,17 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.56.45 -->
## [v4.56.45](https://github.com/inspec/inspec/tree/v4.56.45) (2023-09-29)
<!-- latest_release 4.56.46 -->
## [v4.56.46](https://github.com/inspec/inspec/tree/v4.56.46) (2023-09-29)
#### Merged Pull Requests
- [BACKPORT] EULA: Update latest EULA (markdown copy) - 31AUG2023 [#6711](https://github.com/inspec/inspec/pull/6711) ([ahasunos](https://github.com/ahasunos))
- Revert &quot;Update html-proofer requirement from ~&gt; 3.19.4 to ~&gt; 5.0.8&quot; [#6718](https://github.com/inspec/inspec/pull/6718) ([Vasu1105](https://github.com/Vasu1105))
- Use Ruby 3.1 for InSpec 4; Drop EOL 2.7 [#6713](https://github.com/inspec/inspec/pull/6713) ([Nik08](https://github.com/Nik08))
<!-- latest_release -->
<!-- release_rollup since=4.56.20 -->
### Changes since 4.56.20 release
#### Merged Pull Requests
- Use Ruby 3.1 for InSpec 4; Drop EOL 2.7 [#6713](https://github.com/inspec/inspec/pull/6713) ([Nik08](https://github.com/Nik08)) <!-- 4.56.46 -->
- [BACKPORT] EULA: Update latest EULA (markdown copy) - 31AUG2023 [#6711](https://github.com/inspec/inspec/pull/6711) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.45 -->
- Revert &quot;Update html-proofer requirement from ~&gt; 3.19.4 to ~&gt; 5.0.8&quot; [#6718](https://github.com/inspec/inspec/pull/6718) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.56.44 -->
- Backport 6391 - Add ruby-msys2-devkit as omnibus build dependency [#6714](https://github.com/inspec/inspec/pull/6714) ([Nik08](https://github.com/Nik08)) <!-- 4.56.44 -->

View file

@ -1 +1 @@
4.56.45
4.56.46

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.56.45".freeze
VERSION = "4.56.46".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.45".freeze
VERSION = "4.56.46".freeze
end