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:
Chef Expeditor 2019-08-27 20:35:09 +00:00
parent a849221b27
commit 9b84b7b5c1
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 11 additions and 5 deletions

View file

@ -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 -->

View file

@ -1 +1 @@
4.13.2
4.14.0

View file

@ -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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.13.2".freeze
VERSION = "4.14.0".freeze
end