From a26866922033df3e2047262465c47903c5666977 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 27 Nov 2017 17:17:48 +0000 Subject: [PATCH] Bump version to 1.45.16 by Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4de026e..b76856e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v1.45.15](https://github.com/chef/inspec/tree/v1.45.15) (2017-11-27) + +## [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)) ### 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)) - grub_conf resource: correct grub path for RHEL-7-based OS [#2332](https://github.com/chef/inspec/pull/2332) ([atomic111](https://github.com/atomic111)) - 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)) diff --git a/VERSION b/VERSION index cf1e494f0..37889609d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.45.15 \ No newline at end of file +1.45.16 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index aa61d3b69..2d8896703 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.45.15' + VERSION = '1.45.16' end