diff --git a/CHANGELOG.md b/CHANGELOG.md index 4414f2a..69fdf56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 0.1.7 (March 13, 2014) + +FEATURES: + + - Adds commands to list available images and flavors [GH-73] + - Adds support for creating images from running VMs [GH-74] + +IMPROVEMENTS: + + - Adds support for rsync --include directives [GH-56] + - Adds ability to add server metadata [GH-72] + - Cleans up chef node and client from chef server [GH-67] + # 0.1.6 (January 8, 2014) BUG FIXES: diff --git a/lib/vagrant-rackspace/version.rb b/lib/vagrant-rackspace/version.rb index 731162e..3b95e5f 100644 --- a/lib/vagrant-rackspace/version.rb +++ b/lib/vagrant-rackspace/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Rackspace - VERSION = "0.1.7dev" + VERSION = "0.1.7" end end