From ed98bb4b779201b7b70d53fcd67a1b0a5fa8122a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 29 Nov 2017 12:32:53 +0000 Subject: [PATCH] Bump version to 1.46.2 by 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 0b3d4234e..705748f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v1.46.1](https://github.com/chef/inspec/tree/v1.46.1) (2017-11-29) + +## [v1.46.2](https://github.com/chef/inspec/tree/v1.46.2) (2017-11-29) #### Bug Fixes -- wmi resource: properly escape quotes in WMI query [#2342](https://github.com/chef/inspec/pull/2342) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) +- Allow skipping/failing resources in FilterTable [#2349](https://github.com/chef/inspec/pull/2349) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) @@ -14,6 +14,7 @@ - allow override of attribute identifier [#2347](https://github.com/chef/inspec/pull/2347) ([chris-rock](https://github.com/chris-rock)) #### Bug Fixes +- Allow skipping/failing resources in FilterTable [#2349](https://github.com/chef/inspec/pull/2349) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - wmi resource: properly escape quotes in WMI query [#2342](https://github.com/chef/inspec/pull/2342) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) - file resource: fix NilClass error when using advanced windows permissions [#2344](https://github.com/chef/inspec/pull/2344) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) - http resource: properly support HEAD request with remote worker [#2340](https://github.com/chef/inspec/pull/2340) ([adamleff](https://github.com/adamleff)) diff --git a/VERSION b/VERSION index 9592b2f94..be9e937a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.46.1 \ No newline at end of file +1.46.2 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index f6f7644b7..45a828707 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.46.1' + VERSION = '1.46.2' end