Bump version to 4.56.19 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-03-23 18:05:31 +00:00
parent 814259f3a4
commit 830a74b927
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.18 -->
## [v4.56.18](https://github.com/inspec/inspec/tree/v4.56.18) (2022-03-23)
<!-- latest_release 4.56.19 -->
## [v4.56.19](https://github.com/inspec/inspec/tree/v4.56.19) (2022-03-23)
#### Merged Pull Requests
- Backport empty postgres query fix to inspec 4 [#5942](https://github.com/inspec/inspec/pull/5942) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Backport Oracle session resource fix when empty results and zero rows [#5943](https://github.com/inspec/inspec/pull/5943) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.56.17 -->
### Changes since 4.56.17 release
#### Merged Pull Requests
- Backport Oracle session resource fix when empty results and zero rows [#5943](https://github.com/inspec/inspec/pull/5943) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.19 -->
- Backport empty postgres query fix to inspec 4 [#5942](https://github.com/inspec/inspec/pull/5942) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.18 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.56.18
4.56.19

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.18".freeze
VERSION = "4.56.19".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.18".freeze
VERSION = "4.56.19".freeze
end