From 8f3594dc6d235fe51345fe117d951d88627943f1 Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Fri, 7 Jun 2013 16:48:03 -0500 Subject: [PATCH] knife-rackspace v0.7.0 --- CHANGELOG.md | 2 ++ lib/knife-rackspace/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2913d5e..1b2295d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ * KNIFE-282 Add the ability to inject files on server creation * KNIFE-289 Add Integration Tests +* KNOWN ISSUES: KNIFE-296 knife-windows overrides -x option with winrm-user + ## v0.6.2 * bump release to fix permission issues inside the gem diff --git a/lib/knife-rackspace/version.rb b/lib/knife-rackspace/version.rb index e8ca1af..1c2cc42 100644 --- a/lib/knife-rackspace/version.rb +++ b/lib/knife-rackspace/version.rb @@ -1,6 +1,6 @@ module Knife module Rackspace - VERSION = "0.6.3" + VERSION = "0.7.0" MAJOR, MINOR, TINY = VERSION.split('.') end end