Bump version to 5.22.57 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-08-26 08:34:06 +00:00
parent f8f55440eb
commit efd97f589f
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 5.22.56 -->
## [v5.22.56](https://github.com/inspec/inspec/tree/v5.22.56) (2024-08-22)
<!-- latest_release 5.22.57 -->
## [v5.22.57](https://github.com/inspec/inspec/tree/v5.22.57) (2024-08-26)
#### Merged Pull Requests
- BACKPORT: Oracle db session resource fixes [#7137](https://github.com/inspec/inspec/pull/7137) ([Nik08](https://github.com/Nik08))
- BACKPORT-6790 Upgrade declared minimum ruby version in gemspec from 2.4.0 to 3.0.3 [#7151](https://github.com/inspec/inspec/pull/7151) ([Nik08](https://github.com/Nik08))
<!-- latest_release -->
<!-- release_rollup since=5.22.55 -->
### Changes since 5.22.55 release
#### Merged Pull Requests
- BACKPORT-6790 Upgrade declared minimum ruby version in gemspec from 2.4.0 to 3.0.3 [#7151](https://github.com/inspec/inspec/pull/7151) ([Nik08](https://github.com/Nik08)) <!-- 5.22.57 -->
- BACKPORT: Oracle db session resource fixes [#7137](https://github.com/inspec/inspec/pull/7137) ([Nik08](https://github.com/Nik08)) <!-- 5.22.56 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
5.22.56
5.22.57

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.22.56".freeze
VERSION = "5.22.57".freeze
end