Bump version to 1.44.5 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-09 10:11:29 +00:00
parent 0bb318c2dc
commit 6a01aa0038
3 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.44.4 -->
## [v1.44.4](https://github.com/chef/inspec/tree/v1.44.4) (2017-11-09)
<!-- latest_release 1.44.5 -->
## [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))
<!-- latest_release -->
<!-- release_rollup since=1.43.8 -->
### 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)) <!-- 1.44.5 -->
- 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)) <!-- 1.44.1 -->
- Add non-halting exception support to resources [#2235](https://github.com/chef/inspec/pull/2235) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.44.0 -->

View file

@ -1 +1 @@
1.44.4
1.44.5

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.44.4'.freeze
VERSION = '1.44.5'.freeze
end