mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
parent
1d26b3906f
commit
be0e7ad233
4 changed files with 7 additions and 5 deletions
|
@ -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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.14.0
|
||||
5.14.1
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.14.0".freeze
|
||||
VERSION = "5.14.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue