mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.14.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
a849221b27
commit
9b84b7b5c1
4 changed files with 11 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,7 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release unreleased -->
|
||||
## Unreleased
|
||||
<!-- latest_release 4.14.0 -->
|
||||
## [v4.14.0](https://github.com/inspec/inspec/tree/v4.14.0) (2019-08-27)
|
||||
|
||||
#### New Features
|
||||
- Accept input keys via the Runner API [#4398](https://github.com/inspec/inspec/pull/4398) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
|
||||
#### Enhancements
|
||||
- Ignore .swp files [#4389](https://github.com/inspec/inspec/pull/4389) ([Vancelot11](https://github.com/Vancelot11))
|
||||
|
@ -10,6 +13,9 @@
|
|||
<!-- release_rollup since=4.12.0 -->
|
||||
### Changes since 4.12.0 release
|
||||
|
||||
#### New Features
|
||||
- Accept input keys via the Runner API [#4398](https://github.com/inspec/inspec/pull/4398) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.14.0 -->
|
||||
|
||||
#### Enhancements
|
||||
- Ignore .swp files [#4389](https://github.com/inspec/inspec/pull/4389) ([Vancelot11](https://github.com/Vancelot11)) <!-- 4.13.2 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.13.2
|
||||
4.14.0
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.13.2".freeze
|
||||
VERSION = "4.14.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.13.2".freeze
|
||||
VERSION = "4.14.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue