Bump version to 1.37.6 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-09-14 17:09:04 +00:00
parent 2c37d1a578
commit 4c6877f766
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.37.5 -->
## [v1.37.5](https://github.com/chef/inspec/tree/v1.37.5) (2017-09-13)
<!-- latest_release 1.37.6 -->
## [v1.37.6](https://github.com/chef/inspec/tree/v1.37.6) (2017-09-14)
#### Enhancements
- Show versions for inspec compliance profiles [#2143](https://github.com/chef/inspec/pull/2143) ([alexpop](https://github.com/alexpop))
#### Merged Pull Requests
- Bump Ruby to 2.3.5 [#2149](https://github.com/chef/inspec/pull/2149) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.36.1 -->
### Changes since 1.36.1 release
#### Merged Pull Requests
- Bump Ruby to 2.3.5 [#2149](https://github.com/chef/inspec/pull/2149) ([adamleff](https://github.com/adamleff)) <!-- 1.37.6 -->
#### Enhancements
- Show versions for inspec compliance profiles [#2143](https://github.com/chef/inspec/pull/2143) ([alexpop](https://github.com/alexpop)) <!-- 1.37.5 -->
- Support profile versions for automate profiles storage [#2128](https://github.com/chef/inspec/pull/2128) ([alexpop](https://github.com/alexpop)) <!-- 1.37.4 -->

View file

@ -1 +1 @@
1.37.5
1.37.6

View file

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