diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2d796..f883c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/kitchen/driver/hyperv_version.rb b/lib/kitchen/driver/hyperv_version.rb index 0e1f1c8..f86b6b6 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.1".freeze + HYPERV_VERSION = "0.9.2".freeze end end