From 8c11b1da121da7752f2dd39c9a9295b1172f4b9a Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 8 Dec 2016 13:45:37 +0000 Subject: [PATCH] 0.17.0 --- CHANGELOG.md | 15 +++++++++++++-- lib/kitchen/verifier/inspec_version.rb | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c9c8c..9157269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log -## [0.16.1](https://github.com/chef/kitchen-inspec/tree/0.16.1) (2016-11-11) -[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.16.0...0.16.1) +## [0.17.0](https://github.com/chef/kitchen-inspec/tree/0.17.0) (2016-12-08) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.16.1...0.17.0) + +**Implemented enhancements:** + +- Support multiple outputs based on platform/test suite variables \(issue 121\) [\#122](https://github.com/chef/kitchen-inspec/pull/122) ([jcastillocano](https://github.com/jcastillocano)) + +**Merged pull requests:** + +- Tweak logging for clarity [\#123](https://github.com/chef/kitchen-inspec/pull/123) ([tduffield](https://github.com/tduffield)) + +## [v0.16.1](https://github.com/chef/kitchen-inspec/tree/v0.16.1) (2016-11-11) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.16.0...v0.16.1) **Implemented enhancements:** diff --git a/lib/kitchen/verifier/inspec_version.rb b/lib/kitchen/verifier/inspec_version.rb index 92d7d03..5772ca8 100644 --- a/lib/kitchen/verifier/inspec_version.rb +++ b/lib/kitchen/verifier/inspec_version.rb @@ -20,6 +20,6 @@ module Kitchen module Verifier # Version string for InSpec Kitchen verifier - INSPEC_VERSION = "0.16.1" + INSPEC_VERSION = "0.17.0" end end