mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 1.32.1 by Chef Expeditor
This commit is contained in:
parent
5f376f5da7
commit
d7a254a4e5
3 changed files with 5 additions and 5 deletions
|
@ -1,23 +1,23 @@
|
|||
# Change Log
|
||||
|
||||
<!-- latest_release -->
|
||||
## [v1.31.8](https://github.com/chef/inspec/tree/v1.31.8) (2017-08-02)
|
||||
## [v1.32.1](https://github.com/chef/inspec/tree/v1.32.1) (2017-08-03)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- catch newline issues in xinet.d [#2043](https://github.com/chef/inspec/pull/2043) ([arlimus](https://github.com/arlimus))
|
||||
- Prep for 1.32.0 release [#2046](https://github.com/chef/inspec/pull/2046) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.31.1 -->
|
||||
### Changes since 1.31.1 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Prep for 1.32.0 release [#2046](https://github.com/chef/inspec/pull/2046) ([adamleff](https://github.com/adamleff)) <!-- 1.32.1 -->
|
||||
- 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 -->
|
||||
- bugfix: empty file strings from archive readers [#2027](https://github.com/chef/inspec/pull/2027) ([arlimus](https://github.com/arlimus)) <!-- 1.31.3 -->
|
||||
- host resource now properly handles localhost lookup <!-- 1.31.2 -->
|
||||
- bug fix: fix mysql_session resource to not use socket for host target <!-- 1.31.2 -->
|
||||
- bug fix: properly support profile files that are more than one directory deep <!-- 1.31.2 -->
|
||||
|
||||
<!-- release_rollup -->
|
||||
|
||||
## [v1.31.1](https://github.com/chef/inspec/tree/v1.31.1) (2017-07-06)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.32.0
|
||||
1.32.1
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.31.8'.freeze
|
||||
VERSION = '1.32.1'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue