Bump version to 4.56.9 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-03-03 14:00:00 +00:00
parent 290be22570
commit 0225459352
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.9 -->
## [v4.56.9](https://github.com/inspec/inspec/tree/v4.56.9) (2022-03-03)
#### Merged Pull Requests
- Only test Ruby 2.7 on InSpec 4 [#5888](https://github.com/inspec/inspec/pull/5888) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Pin openssl to 1.1.1m -inspec4 [#5889](https://github.com/inspec/inspec/pull/5889) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
@ -17,6 +18,7 @@
- Added Timezone Resource [#5758](https://github.com/inspec/inspec/pull/5758) ([Nik08](https://github.com/Nik08)) <!-- 4.53.0 -->
#### Merged Pull Requests
- Only test Ruby 2.7 on InSpec 4 [#5888](https://github.com/inspec/inspec/pull/5888) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.9 -->
- Pin openssl to 1.1.1m -inspec4 [#5889](https://github.com/inspec/inspec/pull/5889) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.8 -->
- Backport 5884 to inspec-4, --no-diff fix [#5887](https://github.com/inspec/inspec/pull/5887) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.8 -->
- Use ruby 2.7 in habitat for inspec 4 [#5876](https://github.com/inspec/inspec/pull/5876) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.7 -->

View file

@ -1 +1 @@
4.56.8
4.56.9

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.8".freeze
VERSION = "4.56.9".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.8".freeze
VERSION = "4.56.9".freeze
end