diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7485c..764eb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,3 +42,7 @@ * Add config extra_netdev_args. * Replace `nc` with ruby's socket * Add config control_port, debug_port, no_daemonize config for window host + +# 0.3.1 (2022-09-16) + +* Fix missing :arch for driver.import(options) diff --git a/lib/vagrant-qemu/version.rb b/lib/vagrant-qemu/version.rb index be6c143..6cc8f66 100644 --- a/lib/vagrant-qemu/version.rb +++ b/lib/vagrant-qemu/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module QEMU - VERSION = '0.3.0' + VERSION = '0.3.1' end end