Skip to content

Commit

Permalink
chore(main): release 0.9.6 (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 15, 2023
1 parent 4d12375 commit 4012b84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.9.6 (2023-11-15)

## What's Changed
* Fix publishing step by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/130
* Add renovate config by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/131
* Revert "Add renovate config" by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/132
* fix: Add renovate config by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/135


**Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.5...v0.9.6

## 0.9.5 (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.5".freeze
HYPERV_VERSION = "0.9.6".freeze
end
end

0 comments on commit 4012b84

Please sign in to comment.