Skip to content

Commit

Permalink
chore(main): release 0.9.3 (#125)
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 1f9dd8d commit 2852007
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.3 (2023-08-24)

## What's Changed
* fix: Add missing leading slash to upload by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/124


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

## 0.9.2 (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.2".freeze
HYPERV_VERSION = "0.9.3".freeze
end
end

0 comments on commit 2852007

Please sign in to comment.