diff --git a/CHANGELOG.md b/CHANGELOG.md index e256f9b..b852635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,21 @@ +## [1.4.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.4.2...v1.4.3) (Sep 27, 2018) + +FEATURES: + - Add config for container ssh IP. [[GH-469]] + +FIXES: + - Fix problems with `redir` command line (bis). [[GH-473]] + +[GH-469]: https://github.com/fgrehm/vagrant-lxc/issues/469 +[GH-473]: https://github.com/fgrehm/vagrant-lxc/issues/473 + ## [1.4.2](https://github.com/fgrehm/vagrant-lxc/compare/v1.4.1...v1.4.2) (Jul 17, 2018) FIXES: - Fix problems with `redir` 3.x command line. [[GH-467]] +[GH-467]: https://github.com/fgrehm/vagrant-lxc/issues/467 + ## [1.4.1](https://github.com/fgrehm/vagrant-lxc/compare/v1.4.0...v1.4.1) (Apr 30, 2018) FEATURES: diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index c9c756e..f2b7121 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "1.4.2" + VERSION = "1.4.3" end end