Bump version to 5.18.14 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-07-11 13:52:19 +00:00
parent 1eb983266d
commit de7931d0c2
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.18.13 -->
## [v5.18.13](https://github.com/inspec/inspec/tree/v5.18.13) (2022-07-09)
<!-- latest_release 5.18.14 -->
## [v5.18.14](https://github.com/inspec/inspec/tree/v5.18.14) (2022-07-11)
#### Merged Pull Requests
- Trial - Update the omnibus/Gemfile.lock (can be the reason for omnibus build failure) [#6195](https://github.com/inspec/inspec/pull/6195) ([Vasu1105](https://github.com/Vasu1105))
- CFINSPEC-239 Attestations Design Doc [#6188](https://github.com/inspec/inspec/pull/6188) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=5.17.4 -->
### Changes since 5.17.4 release
#### Merged Pull Requests
- CFINSPEC-239 Attestations Design Doc [#6188](https://github.com/inspec/inspec/pull/6188) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.18.14 -->
- Trial - Update the omnibus/Gemfile.lock (can be the reason for omnibus build failure) [#6195](https://github.com/inspec/inspec/pull/6195) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.18.13 -->
- Bump omnibus-software from `a9b13a0` to `7bb8c7b` in /omnibus [#6191](https://github.com/inspec/inspec/pull/6191) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.18.12 -->
- Windows fix for dependent profiles [#6173](https://github.com/inspec/inspec/pull/6173) ([Nik08](https://github.com/Nik08)) <!-- 5.18.11 -->

View file

@ -1 +1 @@
5.18.13
5.18.14

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.18.13".freeze
VERSION = "5.18.14".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.18.13".freeze
VERSION = "5.18.14".freeze
end