Bump version to 1.40.2 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-10-04 20:42:12 +00:00
parent 67b123c4fd
commit d373487a05
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.1 -->
## [v1.40.1](https://github.com/chef/inspec/tree/v1.40.1) (2017-10-03)
<!-- latest_release 1.40.2 -->
## [v1.40.2](https://github.com/chef/inspec/tree/v1.40.2) (2017-10-04)
#### Merged Pull Requests
- Clean-up kitchen-inspec reference doc [#2208](https://github.com/chef/inspec/pull/2208) ([nathenharvey](https://github.com/nathenharvey))
- Add bsd platform family to etc_hosts resource [#2192](https://github.com/chef/inspec/pull/2192) ([ctbarrett](https://github.com/ctbarrett))
<!-- latest_release -->
<!-- release_rollup since=1.40.0 -->
### Changes since 1.40.0 release
#### Merged Pull Requests
- Add bsd platform family to etc_hosts resource [#2192](https://github.com/chef/inspec/pull/2192) ([ctbarrett](https://github.com/ctbarrett)) <!-- 1.40.2 -->
- Clean-up kitchen-inspec reference doc [#2208](https://github.com/chef/inspec/pull/2208) ([nathenharvey](https://github.com/nathenharvey)) <!-- 1.40.1 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
1.40.1
1.40.2

View file

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