Bump version to 1.37.5 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-09-13 21:52:54 +00:00
parent cf6fdd09af
commit c02e359fa2
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.37.4 -->
## [v1.37.4](https://github.com/chef/inspec/tree/v1.37.4) (2017-09-13)
<!-- latest_release 1.37.5 -->
## [v1.37.5](https://github.com/chef/inspec/tree/v1.37.5) (2017-09-13)
#### Enhancements
- Support profile versions for automate profiles storage [#2128](https://github.com/chef/inspec/pull/2128) ([alexpop](https://github.com/alexpop))
- Show versions for inspec compliance profiles [#2143](https://github.com/chef/inspec/pull/2143) ([alexpop](https://github.com/alexpop))
<!-- latest_release -->
<!-- release_rollup since=1.36.1 -->
### Changes since 1.36.1 release
#### 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 -->
#### Bug Fixes

View file

@ -1 +1 @@
1.37.4
1.37.5

View file

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