From 705dec4814b6c1af75d1a9374004d70882ee4e75 Mon Sep 17 00:00:00 2001 From: Kyle Rames Date: Wed, 8 Jan 2014 14:48:45 -0600 Subject: [PATCH] v0.1.5 --- CHANGELOG.md | 13 +++++++++++++ lib/vagrant-rackspace/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d93589..1cbdec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 0.1.5 (January 8, 2014) + +IMPROVEMENTS: + + - Fix Vagrant 1.4 compatibility and support multiple SSH keys [GH-58] + - Add uploaded keypair support [GH-53] + - Add ssh_run support, for vagrant ssh -c [GH-57] + - Requires fog 1.19 [GH-65] + +BUG FIXES: + + - Remove networks warning as vagrant-rackspace now supports networks [GH-64] + # 0.1.4 (October 15, 2013) IMPROVEMENTS: diff --git a/lib/vagrant-rackspace/version.rb b/lib/vagrant-rackspace/version.rb index e63d07f..9bb560c 100644 --- a/lib/vagrant-rackspace/version.rb +++ b/lib/vagrant-rackspace/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Rackspace - VERSION = "0.1.5.dev" + VERSION = "0.1.5" end end