From ff4a3a55d0713aa88874585eaab387d652c55b06 Mon Sep 17 00:00:00 2001 From: Eric True Date: Fri, 26 Feb 2016 20:18:36 -0800 Subject: [PATCH] bump to v0.2.9, update CHANGELOG --- CHANGELOG.md | 11 ++++++++++- lib/vagrant-skytap/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 818e172..f425103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.2.9 (February 26, 2016) + +* Re-add User-Agent string. +* Set NFS host/guest IP addresses for synced folders of unspecified type + (Vagrant can choose NFS as the default type, which resulted in an + error). +* Don't allow suspending stopped VMs. Don't allow halting suspended VMs + without the --force flag. + # 0.2.8 (February 24, 2016) * Revert change to User-Agent string, which contained a bug. @@ -6,7 +15,7 @@ * Add User-Agent string with the plugin version and Vagrant version. -* Fix bug which coud cause machines to be mapped to the wrong VMs. +* Fix bug which could cause machines to be mapped to the wrong VMs. # 0.2.6 (February 16, 2016) diff --git a/lib/vagrant-skytap/version.rb b/lib/vagrant-skytap/version.rb index c8b287e..fc0cab4 100644 --- a/lib/vagrant-skytap/version.rb +++ b/lib/vagrant-skytap/version.rb @@ -22,6 +22,6 @@ module VagrantPlugins module Skytap - VERSION = "0.2.8" + VERSION = "0.2.9" end end