Skip to content

Commit

Permalink
chore(main): release 0.9.4 (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus authored Aug 24, 2023
1 parent 09bcc44 commit 07292ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.9.4 (2023-08-24)

## What's Changed
* fix: Cleanup CI files by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/126


**Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.3...v0.9.4

## 0.9.3 (2023-08-24)

## What's Changed
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.9.3".freeze
HYPERV_VERSION = "0.9.4".freeze
end
end

0 comments on commit 07292ba

Please sign in to comment.