Bump version to 1.38.1 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-09-21 16:18:23 +00:00
parent e400b8dd4c
commit 2947532601
3 changed files with 7 additions and 4 deletions

View file

@ -3,13 +3,16 @@
<!-- latest_release 1.37.13 -->
## [v1.37.13](https://github.com/chef/inspec/tree/v1.37.13) (2017-09-21)
#### Merged Pull Requests
- Update method in which Pry hooks are removed [#2170](https://github.com/chef/inspec/pull/2170) ([adamleff](https://github.com/adamleff))
#### Bug Fixes
- Support `false` for attribute value [#2168](https://github.com/chef/inspec/pull/2168) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.37.6 -->
### Changes since 1.37.6 release
#### Bug Fixes
- Support `false` for attribute value [#2168](https://github.com/chef/inspec/pull/2168) ([adamleff](https://github.com/adamleff)) <!-- 1.37.13 -->
#### New Resources
- auditd resource: test active auditd configuration against the audit daemon [#2133](https://github.com/chef/inspec/pull/2133) ([jburns12](https://github.com/jburns12)) <!-- 1.37.9 -->

View file

@ -1 +1 @@
1.38.0
1.38.1

View file

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