diff --git a/CHANGES.rdoc b/CHANGES.rdoc index 9eb55ec..db13966 100644 --- a/CHANGES.rdoc +++ b/CHANGES.rdoc @@ -1,5 +1,11 @@ = Changes +== 2012-05-17 (0.0.12) +* Adding option to disable public IP allocation on server create + https://github.com/CloudStack/knife-cloudstack/pull/8 +* Fix whitespace issue in network names + https://github.com/CloudStack/knife-cloudstack/pull/7 + == 2011-11-03 (0.0.11) * Added LICENSE file and licensing headers to source. No feature changes. diff --git a/knife-cloudstack.gemspec b/knife-cloudstack.gemspec index 27a066c..28c1dd4 100644 --- a/knife-cloudstack.gemspec +++ b/knife-cloudstack.gemspec @@ -1,9 +1,9 @@ Gem::Specification.new do |s| s.name = %q{knife-cloudstack} s.version = "0.0.12" - s.date = %q{2011-11-03} - s.authors = ['Ryan Holmes', 'KC Braunschweig'] - s.email = ['rholmes@edmunds.com', 'kbraunschweig@edmunds.com'] + s.date = %q{2012-05-17} + s.authors = ['Ryan Holmes', 'KC Braunschweig', 'John E. Vincent'] + s.email = ['rholmes@edmunds.com', 'kbraunschweig@edmunds.com', 'lusis.org+github.com@gmail.com'] s.summary = %q{A knife plugin for the CloudStack API} s.homepage = %q{http://cloudstack.org/} s.description = %q{A Knife plugin to create, list and manage CloudStack servers}