Bump version to 1.40.0 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-09-27 12:05:42 +00:00
parent 7fc7942ab1
commit e181c1730c
3 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release -->
<!-- latest_release 1.40.0 -->
## [v1.40.0](https://github.com/chef/inspec/tree/v1.40.0) (2017-09-27)
#### New Resources
- firewalld resource: inspect the status and configuration of firewalld [#2074](https://github.com/chef/inspec/pull/2074) ([dromazmj](https://github.com/dromazmj))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=1.39.1 -->
### Changes since 1.39.1 release
#### New Resources
- firewalld resource: inspect the status and configuration of firewalld [#2074](https://github.com/chef/inspec/pull/2074) ([dromazmj](https://github.com/dromazmj)) <!-- 1.40.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
1.39.1
1.40.0

View file

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