This commit is contained in:
Robin Gloster 2015-09-24 14:13:36 +00:00
parent 81d70d26d3
commit aa5fb7a932
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## [1.2.1](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.0...v1.2.1) (Sep 24, 2015)
BUGFIX:
- Fix sudo Wrapper [[GH-393]]
[GH-393]: https://github.com/fgrehm/vagrant-lxc/pull/393
## [1.2.0](https://github.com/fgrehm/vagrant-lxc/compare/v1.1.0...v1.2.0) (Sep 15, 2015) ## [1.2.0](https://github.com/fgrehm/vagrant-lxc/compare/v1.1.0...v1.2.0) (Sep 15, 2015)
FEATURES: FEATURES:

View file

@ -46,7 +46,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
vagrant-lxc (1.2.0) vagrant-lxc (1.2.1)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module Vagrant module Vagrant
module LXC module LXC
VERSION = "1.2.0" VERSION = "1.2.1"
end end
end end