Skip to content

Commit

Permalink
chore(main): release 0.9.2 (#122)
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 3a74d8c commit d5c93b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.9.2 (2023-08-24)

## What's Changed
* Fix: Update publish containers by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/120
* fix: Tidy files by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/121
* fix: Add missing needs step by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/123


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

## [0.9.1](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.0...v0.9.1) (2023-08-23)


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.1".freeze
HYPERV_VERSION = "0.9.2".freeze
end
end

0 comments on commit d5c93b8

Please sign in to comment.