Bump version to 1.45.7 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-16 15:02:47 +00:00
parent f05e22ad33
commit 832c66087a
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.45.6 -->
## [v1.45.6](https://github.com/chef/inspec/tree/v1.45.6) (2017-11-15)
<!-- latest_release 1.45.7 -->
## [v1.45.7](https://github.com/chef/inspec/tree/v1.45.7) (2017-11-16)
#### Bug Fixes
- xinetd_conf resource: fix false positives when config file or directory doesn&#39;t exist [#2302](https://github.com/chef/inspec/pull/2302) ([eramoto](https://github.com/eramoto))
#### Merged Pull Requests
- Require Ruby 2.3 and later [#2293](https://github.com/chef/inspec/pull/2293) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.44.8 -->
@ -14,6 +14,7 @@
- Correctly format skip exceptions in formatters [#2307](https://github.com/chef/inspec/pull/2307) ([adamleff](https://github.com/adamleff)) <!-- 1.45.4 -->
#### Merged Pull Requests
- Require Ruby 2.3 and later [#2293](https://github.com/chef/inspec/pull/2293) ([adamleff](https://github.com/adamleff)) <!-- 1.45.7 -->
- Fix gid filtering for etc_group resource [#2297](https://github.com/chef/inspec/pull/2297) ([eramoto](https://github.com/eramoto)) <!-- 1.45.3 -->
- Habitat build works for all versions, eliminates rake [#2301](https://github.com/chef/inspec/pull/2301) ([adamleff](https://github.com/adamleff)) <!-- 1.45.2 -->
- Bumping train to 0.29.1 [#2306](https://github.com/chef/inspec/pull/2306) ([adamleff](https://github.com/adamleff)) <!-- 1.45.0 -->

View file

@ -1 +1 @@
1.45.6
1.45.7

View file

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