Bump version to 1.45.16 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-27 17:17:48 +00:00
parent 98db74a466
commit a268669220
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.45.15 -->
## [v1.45.15](https://github.com/chef/inspec/tree/v1.45.15) (2017-11-27)
<!-- latest_release 1.45.16 -->
## [v1.45.16](https://github.com/chef/inspec/tree/v1.45.16) (2017-11-27)
#### Bug Fixes
- grub_conf resource: correct grub path for RHEL-7-based OS [#2332](https://github.com/chef/inspec/pull/2332) ([atomic111](https://github.com/atomic111))
- http resource: properly support HEAD request with remote worker [#2340](https://github.com/chef/inspec/pull/2340) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.45.13 -->
### Changes since 1.45.13 release
#### Bug Fixes
- http resource: properly support HEAD request with remote worker [#2340](https://github.com/chef/inspec/pull/2340) ([adamleff](https://github.com/adamleff)) <!-- 1.45.16 -->
- grub_conf resource: correct grub path for RHEL-7-based OS [#2332](https://github.com/chef/inspec/pull/2332) ([atomic111](https://github.com/atomic111)) <!-- 1.45.15 -->
- json resource (et. al.): allow inspec check to succeed when using command [#2317](https://github.com/chef/inspec/pull/2317) ([adamleff](https://github.com/adamleff)) <!-- 1.45.14 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
1.45.15
1.45.16

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.45.15'
VERSION = '1.45.16'
end