diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc54b9..713a166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 0.1.2 (August 22, 2013) + +FEATURES: + +- Add provision support [GH-16] + +IMPROVEMENTS: + + - Adds option to allow provisioning after RackConnect scripts complete. [GH-18] + - Remove Fog deprecation warnings [GH-11] + - Bypass rsync's StrictHostKeyCheck [GH-5] + - Make chown'ing of synced folder perms recursive (for ssh user) [GH-24] + - Use /cygdrive when rsyncing on Windows [GH-17] + + # 0.1.1 (March 18, 2013) * Up fog dependency for Vagrant 1.1.1 diff --git a/lib/vagrant-rackspace/version.rb b/lib/vagrant-rackspace/version.rb index 7cd6d5e..dc816f5 100644 --- a/lib/vagrant-rackspace/version.rb +++ b/lib/vagrant-rackspace/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Rackspace - VERSION = "0.1.1" + VERSION = "0.1.2" end end