1.2.1
This commit is contained in:
parent
81d70d26d3
commit
aa5fb7a932
3 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
|
||||
FEATURES:
|
||||
|
|
|
@ -46,7 +46,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (1.2.0)
|
||||
vagrant-lxc (1.2.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "1.2.0"
|
||||
VERSION = "1.2.1"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue