Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed May 25, 2016
1 parent da7cb45 commit 6a7b831
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

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.13.0'
INSPEC_VERSION = '0.14.0'
end
end

0 comments on commit 6a7b831

Please sign in to comment.