Bump version to 1.37.8 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-09-15 20:38:05 +00:00
parent 9773e1cd94
commit 85c02112b5
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.37.8 -->
## [v1.37.8](https://github.com/chef/inspec/tree/v1.37.8) (2017-09-15)
#### Merged Pull Requests
- Add wildcard/multiple server support to nginx_conf resource [#2141](https://github.com/chef/inspec/pull/2141) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=1.37.6 -->
### Changes since 1.37.6 release
#### Merged Pull Requests
- Add wildcard/multiple server support to nginx_conf resource [#2141](https://github.com/chef/inspec/pull/2141) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.37.8 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
1.37.7
1.37.8

View file

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