Bump version to 5.14.1 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-04-28 00:46:47 +00:00
parent 1d26b3906f
commit be0e7ad233
4 changed files with 7 additions and 5 deletions

View file

@ -1,9 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 5.14.1 -->
## [v5.14.1](https://github.com/inspec/inspec/tree/v5.14.1) (2022-04-28)
#### Merged Pull Requests
- CFINSPEC-88: Extend `file` resource documentation with be_mounted matcher [#5999](https://github.com/inspec/inspec/pull/5999) ([ahasunos](https://github.com/ahasunos))
- chore: Set permissions for GitHub actions [#5990](https://github.com/inspec/inspec/pull/5990) ([neilnaveen](https://github.com/neilnaveen))
<!-- latest_release -->
@ -11,6 +12,7 @@
### Changes since 5.14.0 release
#### Merged Pull Requests
- CFINSPEC-88: Extend `file` resource documentation with be_mounted matcher [#5999](https://github.com/inspec/inspec/pull/5999) ([ahasunos](https://github.com/ahasunos)) <!-- 5.14.1 -->
- chore: Set permissions for GitHub actions [#5990](https://github.com/inspec/inspec/pull/5990) ([neilnaveen](https://github.com/neilnaveen)) <!-- 5.14.0 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
5.14.0
5.14.1

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.14.0".freeze
VERSION = "5.14.1".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.14.0".freeze
VERSION = "5.14.1".freeze
end