Bump version to 4.16.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-30 20:20:21 +00:00
parent d33870b635
commit 8562397d78
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.16.1 -->
## [v4.16.1](https://github.com/inspec/inspec/tree/v4.16.1) (2019-08-30)
#### Bug Fixes
- Fixed file resource raising UndefinedMethod on source_path [#4214](https://github.com/inspec/inspec/pull/4214) ([zenspider](https://github.com/zenspider))
#### Merged Pull Requests
- Use new logo branding [#4433](https://github.com/inspec/inspec/pull/4433) ([btm](https://github.com/btm))
@ -12,6 +15,9 @@
<!-- release_rollup since=4.16.0 -->
### Changes since 4.16.0 release
#### Bug Fixes
- Fixed file resource raising UndefinedMethod on source_path [#4214](https://github.com/inspec/inspec/pull/4214) ([zenspider](https://github.com/zenspider)) <!-- 4.16.1 -->
#### Merged Pull Requests
- Use new logo branding [#4433](https://github.com/inspec/inspec/pull/4433) ([btm](https://github.com/btm)) <!-- 4.16.0 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.16.0
4.16.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.16.0".freeze
VERSION = "4.16.1".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.16.0".freeze
VERSION = "4.16.1".freeze
end