Merge tag 'v1.4.1'

This commit is contained in:
Virgil Dupras 2018-07-17 14:34:58 -04:00
commit 44eefd81fb
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [1.4.1](https://github.com/fgrehm/vagrant-lxc/compare/v1.4.0...v1.4.1) (Apr 30, 2018)
FEATURES:
- Add support for LXC v3.0
- Add support for `redir` 3.x command line. [[GH-460]]
[GH-460]: https://github.com/fgrehm/vagrant-lxc/issues/460
## [1.4.0](https://github.com/fgrehm/vagrant-lxc/compare/v1.3.1...v1.4.0) (Mar 04, 2018)
FEATURES:

View file

@ -1,5 +1,5 @@
module Vagrant
module LXC
VERSION = "1.4.0"
VERSION = "1.4.1"
end
end