mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 1.37.5 by Chef Expeditor
This commit is contained in:
parent
cf6fdd09af
commit
c02e359fa2
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.37.4
|
||||
1.37.5
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.37.4'.freeze
|
||||
VERSION = '1.37.5'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue