diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ee258..60dc3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.6.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.0...master) (unreleased) +## [0.6.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.0...v0.6.1) (Oct 03, 2013) IMPROVEMENTS: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b56a8a..e657fed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,9 +12,9 @@ * When reporting a bug, please include **all** information that you can get about your environment. Things like vagrant / vagrant-lxc / kernel / lxc / - distro versions, a [gist](https://gist.github.com/) with the output of running - `VAGRANT_LOG=debug vagrant COMMAND`, the `Vagrantfile` you are using and / or - base box URL are really useful when tracking down what's going on on your side - of the globe and will get bonus points :) + distro versions, the list of plugins you have installed, a [gist](https://gist.github.com/) + with the output of running `VAGRANT_LOG=debug vagrant COMMAND`, the `Vagrantfile` + you are using and / or base box URL are really useful when tracking down what's + going on on your side of the globe and will get bonus points :) Thanks! diff --git a/Gemfile.lock b/Gemfile.lock index 1b9cae7..678fec2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.6.1.dev) + vagrant-lxc (0.6.1) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 7307a16..6610141 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.6.1.dev" + VERSION = "0.6.1" end end