mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 1.31.7 by Chef Expeditor
This commit is contained in:
parent
da75f268bc
commit
91eb48e21f
3 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
|
||||
<!-- latest_release -->
|
||||
## [v1.31.6](https://github.com/chef/inspec/tree/v1.31.6) (2017-07-29)
|
||||
## [v1.31.7](https://github.com/chef/inspec/tree/v1.31.7) (2017-08-02)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Website: Disable particle animation if users prefer reduced motion [#2023](https://github.com/chef/inspec/pull/2023) ([k-nut](https://github.com/k-nut))
|
||||
- Fix issue when xinetd.conf does not end in newline [#2040](https://github.com/chef/inspec/pull/2040) ([kareiva](https://github.com/kareiva))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.31.1 -->
|
||||
### Changes since 1.31.1 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix issue when xinetd.conf does not end in newline [#2040](https://github.com/chef/inspec/pull/2040) ([kareiva](https://github.com/kareiva)) <!-- 1.31.7 -->
|
||||
- Website: Disable particle animation if users prefer reduced motion [#2023](https://github.com/chef/inspec/pull/2023) ([k-nut](https://github.com/k-nut)) <!-- 1.31.6 -->
|
||||
- Add changelog rollover on stable promotion [#2033](https://github.com/chef/inspec/pull/2033) ([adamleff](https://github.com/adamleff)) <!-- 1.31.5 -->
|
||||
- Update SHA1 fingerprint for MSI signing cert [#2031](https://github.com/chef/inspec/pull/2031) ([schisamo](https://github.com/schisamo)) <!-- 1.31.4 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.31.6
|
||||
1.31.7
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.31.6'.freeze
|
||||
VERSION = '1.31.7'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue