From 2947532601dc080b4a8e06500e2e0d32587bbd93 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 21 Sep 2017 16:18:23 +0000 Subject: [PATCH] Bump version to 1.38.1 by Chef Expeditor --- CHANGELOG.md | 7 +++++-- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8d1f289..65e9ad73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,16 @@ ## [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)) ### 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)) + #### 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)) diff --git a/VERSION b/VERSION index 4afb1d2b8..7bf334d8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.38.0 \ No newline at end of file +1.38.1 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 34a8b5526..d51945b8a 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.38.0'.freeze + VERSION = '1.38.1'.freeze end