From 6a7b8313cd36f6e431e67dd0ee7b650540e433ca Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Wed, 25 May 2016 21:39:13 +0200 Subject: [PATCH] 0.14.0 --- CHANGELOG.md | 17 +++++++++++++++-- lib/kitchen/verifier/inspec_version.rb | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8948563..e9e2b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Change Log -## [0.13.0](https://github.com/chef/kitchen-inspec/tree/0.13.0) (2016-05-10) -[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.12.5...0.13.0) +## [0.14.0](https://github.com/chef/kitchen-inspec/tree/0.14.0) (2016-05-25) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.13.0...0.14.0) + +**Closed issues:** + +- How to verify with a local profile [\#88](https://github.com/chef/kitchen-inspec/issues/88) + +**Merged pull requests:** + +- update readme with remote profile handling [\#89](https://github.com/chef/kitchen-inspec/pull/89) ([chris-rock](https://github.com/chris-rock)) +- depend on inspec 0.22+ [\#87](https://github.com/chef/kitchen-inspec/pull/87) ([chris-rock](https://github.com/chris-rock)) +- support for sudo\_command [\#86](https://github.com/chef/kitchen-inspec/pull/86) ([jeremymv2](https://github.com/jeremymv2)) + +## [v0.13.0](https://github.com/chef/kitchen-inspec/tree/v0.13.0) (2016-05-10) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.12.5...v0.13.0) **Implemented enhancements:** diff --git a/lib/kitchen/verifier/inspec_version.rb b/lib/kitchen/verifier/inspec_version.rb index 57ce60d..54d04b7 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.13.0' + INSPEC_VERSION = '0.14.0' end end