Bump version to 1.38.3 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-09-21 19:55:27 +00:00
parent 453bb50aaa
commit d2a47fa9fb
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.38.2 --> <!-- latest_release 1.37.13 -->
## [v1.38.2](https://github.com/chef/inspec/tree/v1.38.2) (2017-09-21) ## [v1.37.13](https://github.com/chef/inspec/tree/v1.37.13) (2017-09-21)
#### Bug Fixes #### Merged Pull Requests
- Modify Upstart enabled check to use config file [#2163](https://github.com/chef/inspec/pull/2163) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Update changelog for v1.38.2 release [#2173](https://github.com/chef/inspec/pull/2173) ([adamleff](https://github.com/adamleff))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=1.37.6 --> <!-- release_rollup since=1.37.6 -->
@ -24,6 +24,7 @@
- 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 --> - 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 -->
#### Merged Pull Requests #### Merged Pull Requests
- Update changelog for v1.38.2 release [#2173](https://github.com/chef/inspec/pull/2173) ([adamleff](https://github.com/adamleff)) <!-- 1.37.13 -->
- Add deprecation warning to auditd_rules resource [#2156](https://github.com/chef/inspec/pull/2156) ([adamleff](https://github.com/adamleff)) <!-- 1.37.10 --> - Add deprecation warning to auditd_rules resource [#2156](https://github.com/chef/inspec/pull/2156) ([adamleff](https://github.com/adamleff)) <!-- 1.37.10 -->
<!-- release_rollup --> <!-- release_rollup -->

View file

@ -1 +1 @@
1.38.2 1.38.3

View file

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