diff --git a/CHANGELOG.md b/CHANGELOG.md index 764eb8b..c13b5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,3 +46,7 @@ # 0.3.1 (2022-09-16) * Fix missing :arch for driver.import(options) + +# 0.3.2 (2022-09-20) + +* Use kill 0 to check whether a process is running diff --git a/lib/vagrant-qemu/version.rb b/lib/vagrant-qemu/version.rb index 6cc8f66..1357a95 100644 --- a/lib/vagrant-qemu/version.rb +++ b/lib/vagrant-qemu/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module QEMU - VERSION = '0.3.1' + VERSION = '0.3.2' end end