From 6a01aa0038b67a1e1ba07c24b843159d9de27371 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 9 Nov 2017 10:11:29 +0000 Subject: [PATCH] Bump version to 1.44.5 by Expeditor --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdf2ce65..9f2f10d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v1.44.4](https://github.com/chef/inspec/tree/v1.44.4) (2017-11-09) + +## [v1.44.5](https://github.com/chef/inspec/tree/v1.44.5) (2017-11-09) -#### Merged Pull Requests -- Use Ruby 2.4.2 in the Omnibus InSpec packages [#2294](https://github.com/chef/inspec/pull/2294) ([adamleff](https://github.com/adamleff)) +#### Enhancements +- http resource: supply max-time option using read_timeout and open_timeout [#2289](https://github.com/chef/inspec/pull/2289) ([bdellegrazie](https://github.com/bdellegrazie)) ### Changes since 1.43.8 release #### Enhancements +- http resource: supply max-time option using read_timeout and open_timeout [#2289](https://github.com/chef/inspec/pull/2289) ([bdellegrazie](https://github.com/bdellegrazie)) - allow users to specify user/namespace when fetching profiles from Chef Automate [#2275](https://github.com/chef/inspec/pull/2275) ([arlimus](https://github.com/arlimus)) - Add non-halting exception support to resources [#2235](https://github.com/chef/inspec/pull/2235) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index b776ab96b..60271d3b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.44.4 \ No newline at end of file +1.44.5 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 1ccf277af..0ce7f565e 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.44.4'.freeze + VERSION = '1.44.5'.freeze end