mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
d33870b635
commit
8562397d78
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.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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.16.0
|
||||
4.16.1
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.16.0".freeze
|
||||
VERSION = "4.16.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue