Bump version to 4.14.1 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 23:54:27 +00:00
parent 5e6c425895
commit d2dd311561
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 8 additions and 10 deletions

View file

@ -1,13 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.14.0 -->
## [v4.14.0](https://github.com/inspec/inspec/tree/v4.14.0) (2019-08-27)
<!-- latest_release 4.14.1 -->
## [v4.14.1](https://github.com/inspec/inspec/tree/v4.14.1) (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))
#### Merged Pull Requests
- Remove inspec-vault from the plugin exclusion list [#4411](https://github.com/inspec/inspec/pull/4411) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.12.0 -->
@ -23,6 +20,7 @@
- Ensure that resources are always initialized in all cases [#4366](https://github.com/inspec/inspec/pull/4366) ([zenspider](https://github.com/zenspider)) <!-- 4.13.2 -->
#### Merged Pull Requests
- Remove inspec-vault from the plugin exclusion list [#4411](https://github.com/inspec/inspec/pull/4411) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.14.1 -->
- Refactor lib/source_readers/inspec.rb [#4376](https://github.com/inspec/inspec/pull/4376) ([zenspider](https://github.com/zenspider)) <!-- 4.13.1 -->
#### New Resources

View file

@ -1 +1 @@
4.14.0
4.14.1

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

View file

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