diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e48fc8..83ab286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [1.0.0.alpha.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.2...master) (unreleased) +## [1.0.0.alpha.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.2...v1.0.0.alpha.3) (Aug 9, 2014) IMPROVEMENTS: diff --git a/Gemfile.lock b/Gemfile.lock index 3c1e131..7952de6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GIT PATH remote: . specs: - vagrant-lxc (1.0.0.alpha.3.dev) + vagrant-lxc (1.0.0.alpha.3) GEM remote: https://rubygems.org/ diff --git a/README.md b/README.md index 9a5396a..88eeefa 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ branch. * Port forwarding via [`redir`](http://linux.die.net/man/1/redir) As of now, it does not support public / private networks, but [private networks](https://github.com/fgrehm/vagrant-lxc/issues/120) -will be coming along _soon_. +will be coming along with the final 1.0.0 release. ## Requirements @@ -49,7 +49,7 @@ disable checksum offloading as described on [this comment](https://github.com/fg On Vagrant 1.5+: ``` -vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.2 +vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.3 ``` On Vagrant < 1.5: diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index bdfb194..75fe82b 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "1.0.0.alpha.3.dev" + VERSION = "1.0.0.alpha.3" end end