From c9828fbe8ea09a7636bdfe48d9465c28c927fdc9 Mon Sep 17 00:00:00 2001 From: gaozengqi Date: Thu, 9 Mar 2023 16:11:46 +0800 Subject: [PATCH] Bump to 0.3.4 --- CHANGELOG.md | 3 +++ lib/vagrant-qemu/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd3d4e..d9d8743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,3 +55,6 @@ * Fix a compatibility issue about ruby 3.x +# 0.3.4 (2023-03-09) + +* Add config 'drive_interface'. diff --git a/lib/vagrant-qemu/version.rb b/lib/vagrant-qemu/version.rb index b6fa683..b72fc6a 100644 --- a/lib/vagrant-qemu/version.rb +++ b/lib/vagrant-qemu/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module QEMU - VERSION = '0.3.3' + VERSION = '0.3.4' end end