From cba290b3b770c4fb0bb1f387fc3cfc1fdde33e47 Mon Sep 17 00:00:00 2001 From: Kyle Rames Date: Tue, 24 Jun 2014 11:08:56 -0500 Subject: [PATCH] v0.1.9 --- CHANGELOG.md | 10 ++++++++++ lib/vagrant-rackspace/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9fda45..b39d2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.1.9 (June 24, 2014) + +FEATURES: + + - Support for userdata and drive config [GH-100] + + BUG FIXES: + + - Fixed the ability to specify strings and integers for flavors and images in VagrantFile + # 0.1.8 (June 20, 2014) FEATURES: diff --git a/lib/vagrant-rackspace/version.rb b/lib/vagrant-rackspace/version.rb index fcb72e7..a92eab3 100644 --- a/lib/vagrant-rackspace/version.rb +++ b/lib/vagrant-rackspace/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Rackspace - VERSION = "0.1.9dev" + VERSION = "0.1.9" end end