diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d7a92..e9f4ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,3 +16,8 @@ # 0.1.6 (2022-01-25) * Add config 'net_device'. + +# 0.1.7 (2022-03-26) + +* Add basic support to forwarded ports. +* Move unix_socket to `/.vagrant.d/tmp`. diff --git a/lib/vagrant-qemu/version.rb b/lib/vagrant-qemu/version.rb index f0cee8d..07a6339 100644 --- a/lib/vagrant-qemu/version.rb +++ b/lib/vagrant-qemu/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module QEMU - VERSION = '0.1.6' + VERSION = '0.1.7' end end