Bump version to 4.56.56 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-10-16 06:43:37 +00:00
parent f75e9df9de
commit 275f398af1
4 changed files with 7 additions and 5 deletions

View file

@ -1,9 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.56.56 -->
## [v4.56.56](https://github.com/inspec/inspec/tree/v4.56.56) (2023-10-16)
#### Merged Pull Requests
- [Backports] Update EULA for windows to fix formattings [#6782](https://github.com/inspec/inspec/pull/6782) ([ahasunos](https://github.com/ahasunos))
- Bump omnibus-software from `7723be6` to `b3d89a4` in /omnibus [#6786](https://github.com/inspec/inspec/pull/6786) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
@ -11,6 +12,7 @@
### Changes since 4.56.20 release
#### Merged Pull Requests
- [Backports] Update EULA for windows to fix formattings [#6782](https://github.com/inspec/inspec/pull/6782) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.56 -->
- Bump omnibus-software from `7723be6` to `b3d89a4` in /omnibus [#6786](https://github.com/inspec/inspec/pull/6786) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.55 -->
- Backport-6410: Dependent profiles fix for any scheme of version used in profiles [#6471](https://github.com/inspec/inspec/pull/6471) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.55 -->
- REVERT: Upgrade ruby version from 3.1.2 to 3.1.4 [#6784](https://github.com/inspec/inspec/pull/6784) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.54 -->

View file

@ -1 +1 @@
4.56.55
4.56.56

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.55".freeze
VERSION = "4.56.56".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.55".freeze
VERSION = "4.56.56".freeze
end