From 0652112129638cd49047090d76f2212da3ebeaac Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 17 Oct 2017 13:02:00 +0000 Subject: [PATCH] Bump version to 1.42.1 by Chef Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbfa08ad..f5b142004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v1.42.0](https://github.com/chef/inspec/tree/v1.42.0) (2017-10-17) + +## [v1.42.1](https://github.com/chef/inspec/tree/v1.42.1) (2017-10-17) #### Enhancements -- Add inspec habitat profile setup command [#2239](https://github.com/chef/inspec/pull/2239) ([adamleff](https://github.com/adamleff)) +- Extend Windows ACL matchers [#1744](https://github.com/chef/inspec/pull/1744) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) @@ -23,6 +23,7 @@ - Support PAX-formatted tar files, standardize file lists [#2225](https://github.com/chef/inspec/pull/2225) ([adamleff](https://github.com/adamleff)) #### Enhancements +- Extend Windows ACL matchers [#1744](https://github.com/chef/inspec/pull/1744) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) - Add inspec habitat profile setup command [#2239](https://github.com/chef/inspec/pull/2239) ([adamleff](https://github.com/adamleff)) - Add missed 'html' to 'format' option explanation and arrange formatters in alphabetical order [#2244](https://github.com/chef/inspec/pull/2244) ([strangeman](https://github.com/strangeman)) - Uses netstat to detect open ports on AIX [#2210](https://github.com/chef/inspec/pull/2210) ([cattywampus](https://github.com/cattywampus)) diff --git a/VERSION b/VERSION index 1933dfa14..1e8344016 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.42.0 \ No newline at end of file +1.42.1 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index f6f2ec778..f35a40a15 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.42.0'.freeze + VERSION = '1.42.1'.freeze end