diff --git a/README.md b/README.md index f1a58b6..bbf2ff3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [Vagrant](http://www.vagrantup.com) provider for VMware vCloud Director® ============= -[Version 0.3.2](../../releases/tag/v0.3.2) has been released! +[Version 0.3.3](../../releases/tag/v0.3.3) has been released! ------------- Please note that this software is still Alpha/Beta quality and is not recommended for production usage. @@ -10,6 +10,10 @@ Right now a [Precise32](http://vagrant.tsugliani.fr/precise32.box) is available If you're unsure about what are the correct network settings for your Vagrantfile make sure to check out the [Network Deployment Options](https://github.com/frapposelli/vagrant-vcloud/wiki/Network-Deployment-Options) wiki page. +Features of Version 0.3.3 are: + +- Critical Bug Fix for ```network_bridge``` users [[#67](../../issues/67)] + Features of Version 0.3.2 are: - Added support for ```vagrant share``` command [[#31](../../issues/31)] *experimental* diff --git a/lib/vagrant-vcloud/version.rb b/lib/vagrant-vcloud/version.rb index e51e233..f625bdc 100644 --- a/lib/vagrant-vcloud/version.rb +++ b/lib/vagrant-vcloud/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module VCloud - VERSION = '0.3.2' + VERSION = '0.3.3' end end