Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Dec 8, 2016
1 parent 01adede commit 8c11b1d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/verifier/inspec_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c11b1d

Please sign in to comment.