Bump version to 1.40.8 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-10-06 17:24:37 +00:00
parent 9d8c53cf31
commit 70ae199949
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.40.7 -->
## [v1.40.7](https://github.com/chef/inspec/tree/v1.40.7) (2017-10-06)
<!-- latest_release 1.40.8 -->
## [v1.40.8](https://github.com/chef/inspec/tree/v1.40.8) (2017-10-06)
#### Bug Fixes
- Add nil check for sshd config file [#2217](https://github.com/chef/inspec/pull/2217) ([jquick](https://github.com/jquick))
- Support symbol keys in ObjectTraverser [#2221](https://github.com/chef/inspec/pull/2221) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.40.0 -->
### Changes since 1.40.0 release
#### Bug Fixes
- Support symbol keys in ObjectTraverser [#2221](https://github.com/chef/inspec/pull/2221) ([adamleff](https://github.com/adamleff)) <!-- 1.40.8 -->
- Add nil check for sshd config file [#2217](https://github.com/chef/inspec/pull/2217) ([jquick](https://github.com/jquick)) <!-- 1.40.7 -->
#### Enhancements

View file

@ -1 +1 @@
1.40.7
1.40.8

View file

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