Skip to content

Commit

Permalink
Merge pull request #61 from chef/0.12.3
Browse files Browse the repository at this point in the history
0.12.3
  • Loading branch information
srenatus committed Mar 1, 2016
2 parents c2146d2 + 0cede06 commit 62ad899
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.12.2](https://github.com/chef/kitchen-inspec/tree/0.12.2) (2016-02-22)
[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.12.1...0.12.2)
## [0.12.3](https://github.com/chef/kitchen-inspec/tree/0.12.3) (2016-03-01)
[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.12.2...0.12.3)

**Implemented enhancements:**

- fix gem build license warning [\#59](https://github.com/chef/kitchen-inspec/pull/59) ([chris-rock](https://github.com/chris-rock))
- Add support for remote profiles [\#51](https://github.com/chef/kitchen-inspec/pull/51) ([chris-rock](https://github.com/chris-rock))

**Merged pull requests:**

- add test-kitchen 1.6 as dependency [\#60](https://github.com/chef/kitchen-inspec/pull/60) ([chris-rock](https://github.com/chris-rock))
- Bump berks requirement to latest [\#58](https://github.com/chef/kitchen-inspec/pull/58) ([jkeiser](https://github.com/jkeiser))

## [v0.12.2](https://github.com/chef/kitchen-inspec/tree/v0.12.2) (2016-02-22)
[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.12.1...v0.12.2)

**Fixed bugs:**

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.12.2'
INSPEC_VERSION = '0.12.3'
end
end

0 comments on commit 62ad899

Please sign in to comment.