Bump version to 4.56.24 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-05-03 00:42:30 +00:00
parent 63163bcbb6
commit 458c74816a
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.56.23 -->
## [v4.56.23](https://github.com/inspec/inspec/tree/v4.56.23) (2022-04-28)
<!-- latest_release 4.56.24 -->
## [v4.56.24](https://github.com/inspec/inspec/tree/v4.56.24) (2022-05-03)
#### Merged Pull Requests
- Backport amazonlinux2022 service resource fix to inspec-4 [#6017](https://github.com/inspec/inspec/pull/6017) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Bump berkshelf from 7.2.2 to 8.0.0 in /omnibus [#6021](https://github.com/inspec/inspec/pull/6021) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=4.56.20 -->
### Changes since 4.56.20 release
#### Merged Pull Requests
- Bump berkshelf from 7.2.2 to 8.0.0 in /omnibus [#6021](https://github.com/inspec/inspec/pull/6021) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.24 -->
- Backport amazonlinux2022 service resource fix to inspec-4 [#6017](https://github.com/inspec/inspec/pull/6017) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.23 -->
- Bump omnibus-software from `5947560` to `b2bc35b` in /omnibus [#6005](https://github.com/inspec/inspec/pull/6005) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.22 -->
- Re-enable habitat builds on inspec-4 branch [#6008](https://github.com/inspec/inspec/pull/6008) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.21 -->

View file

@ -1 +1 @@
4.56.23
4.56.24

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.23".freeze
VERSION = "4.56.24".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.23".freeze
VERSION = "4.56.24".freeze
end