mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 1.31.8 by Chef Expeditor
This commit is contained in:
parent
805a0eeb89
commit
ff72d54011
3 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
|
||||
<!-- latest_release -->
|
||||
## [v1.31.7](https://github.com/chef/inspec/tree/v1.31.7) (2017-08-02)
|
||||
## [v1.31.8](https://github.com/chef/inspec/tree/v1.31.8) (2017-08-02)
|
||||
|
||||
#### 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))
|
||||
- catch newline issues in xinet.d [#2043](https://github.com/chef/inspec/pull/2043) ([arlimus](https://github.com/arlimus))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.31.1 -->
|
||||
### Changes since 1.31.1 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- catch newline issues in xinet.d [#2043](https://github.com/chef/inspec/pull/2043) ([arlimus](https://github.com/arlimus)) <!-- 1.31.8 -->
|
||||
- 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.31.7
|
||||
1.31.8
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.31.7'.freeze
|
||||
VERSION = '1.31.8'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue