diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d6979..fc7a19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ -## [0.6.3](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.2...master) (unreleased) +## [0.6.3](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.2...v0.6.3) (Oct 12, 2013) IMPROVEMENTS: - Respect Vagrantfile option to disable synced folders [#147](https://github.com/fgrehm/vagrant-lxc/issues/147) +BUG FIXES: + + - Fix error raised when fetching container's IP with the sudo wrapper disabled [#157](https://github.com/fgrehm/vagrant-lxc/issues/157) + ## [0.6.2](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.1...v0.6.2) (Oct 03, 2013) IMPROVEMENTS: diff --git a/Gemfile.lock b/Gemfile.lock index c9c154b..490791e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.6.3.dev) + vagrant-lxc (0.6.3) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 7e68ee2..7bd03b5 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.6.3.dev" + VERSION = "0.6.3" end end