diff --git a/CHANGELOG.md b/CHANGELOG.md index be2bdcc..66074a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/kitchen/driver/hyperv_version.rb b/lib/kitchen/driver/hyperv_version.rb index 33c632a..dae7091 100644 --- a/lib/kitchen/driver/hyperv_version.rb +++ b/lib/kitchen/driver/hyperv_version.rb @@ -17,6 +17,6 @@ module Kitchen module Driver - HYPERV_VERSION = "0.9.5".freeze + HYPERV_VERSION = "0.9.6".freeze end end