Bump version to 5.10.4 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 14:25:15 +00:00
parent c5c8faae1d
commit 4f691564e4
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.10.3 -->
## [v5.10.3](https://github.com/inspec/inspec/tree/v5.10.3) (2022-03-23)
<!-- latest_release 5.10.4 -->
## [v5.10.4](https://github.com/inspec/inspec/tree/v5.10.4) (2022-03-23)
#### Merged Pull Requests
- CFINSPEC-156 Oracle query fix when empty result [#5938](https://github.com/inspec/inspec/pull/5938) ([Nik08](https://github.com/Nik08))
- Bump omnibus-software from `5947560` to `82b14e3` in /omnibus [#5940](https://github.com/inspec/inspec/pull/5940) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=5.7.9 -->
### Changes since 5.7.9 release
#### Merged Pull Requests
- Bump omnibus-software from `5947560` to `82b14e3` in /omnibus [#5940](https://github.com/inspec/inspec/pull/5940) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.10.4 -->
- CFINSPEC-156 Oracle query fix when empty result [#5938](https://github.com/inspec/inspec/pull/5938) ([Nik08](https://github.com/Nik08)) <!-- 5.10.3 -->
- CFINSPEC-118 Description added in plugin list and search command [#5936](https://github.com/inspec/inspec/pull/5936) ([Nik08](https://github.com/Nik08)) <!-- 5.10.2 -->
- CFINSPEC-154: postgres_session resource allow query errors to be treat as failures. [#5937](https://github.com/inspec/inspec/pull/5937) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.10.1 -->

View file

@ -1 +1 @@
5.10.3
5.10.4

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.10.3".freeze
VERSION = "5.10.4".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.10.3".freeze
VERSION = "5.10.4".freeze
end