mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
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:
parent
814259f3a4
commit
830a74b927
4 changed files with 7 additions and 6 deletions
|
@ -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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.56.18
|
||||
4.56.19
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.56.18".freeze
|
||||
VERSION = "4.56.19".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue