Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-ball committed Jul 15, 2016
1 parent d2b2742 commit 7dd7f44
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Change Log

## [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)
## [0.15.0](https://github.com/chef/kitchen-inspec/tree/0.15.0) (2016-07-15)
[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.14.0...0.15.0)

**Fixed bugs:**

- TTY issue with base AWS CentOS AMI [\#45](https://github.com/chef/kitchen-inspec/issues/45)

**Closed issues:**

- kitchen converge fails on ubuntu [\#81](https://github.com/chef/kitchen-inspec/issues/81)

**Merged pull requests:**

- Overwriting test\_base\_path to test/recipes instead of test/integration [\#95](https://github.com/chef/kitchen-inspec/pull/95) ([tyler-ball](https://github.com/tyler-ball))
- demonstrated utilizing an array of profile sources [\#90](https://github.com/chef/kitchen-inspec/pull/90) ([jeremymv2](https://github.com/jeremymv2))

## [v0.14.0](https://github.com/chef/kitchen-inspec/tree/v0.14.0) (2016-05-25)
[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.13.0...v0.14.0)

**Closed issues:**

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.14.0'
INSPEC_VERSION = '0.15.0'
end
end

0 comments on commit 7dd7f44

Please sign in to comment.