Skip to content

Commit

Permalink
prep for 0.7.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Apr 13, 2022
1 parent 49fa655 commit 0fac915
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v0.7.1](13-04-2022)

- Update minitest requirement from ~> 5.3, < 5.15 to ~> 5.3, < 5.16 by @dependabot in <https://github.com/test-kitchen/kitchen-hyperv/pull/104>
- Switch CI from Azure Pipelines to GitHub Actions by @tas50 in <https://github.com/test-kitchen/kitchen-hyperv/pull/94>
- run specs on ruby 3.1 by @kasif-adnan in <https://github.com/test-kitchen/kitchen-hyperv/pull/105>
- add linters and publish gem action by @kasif-adnan in <https://github.com/test-kitchen/kitchen-hyperv/pull/106>

## [v0.7.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.7.0) (2021-08-13)
[Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.6.0...v0.7.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/hyperv_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Kitchen
module Driver
HYPERV_VERSION = "0.7.0".freeze
HYPERV_VERSION = "0.7.1".freeze
end
end

0 comments on commit 0fac915

Please sign in to comment.