Skip to content

Commit 4012b84

Browse files
authored
chore(main): release 0.9.6 (#136)
Signed-off-by: Dan Webb <[email protected]>
1 parent 4d12375 commit 4012b84

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 0.9.6 (2023-11-15)
4+
5+
## What's Changed
6+
* Fix publishing step by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/130
7+
* Add renovate config by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/131
8+
* Revert "Add renovate config" by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/132
9+
* fix: Add renovate config by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/135
10+
11+
12+
**Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.5...v0.9.6
13+
314
## 0.9.5 (2023-08-24)
415

516
## What's Changed

lib/kitchen/driver/hyperv_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Kitchen
1919
module Driver
20-
HYPERV_VERSION = "0.9.5".freeze
20+
HYPERV_VERSION = "0.9.6".freeze
2121
end
2222
end

0 commit comments

Comments
 (0)