diff --git a/CHANGELOG.md b/CHANGELOG.md index 4677cfe..92ee3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.2](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.1...v1.2.2) (Dec 20, 2016) + + - Make the timeout for fetching container IP's configurable [[GH-426]] + - Load locale file only once [[GH-423]] + - Preserve xattrs in container filesystems [[GH-411]] + - Forward port latest pipework script [[GH-408]] + - Fix handling of non-fatal lxc-stop return code [[GH-405]] + ## [1.2.1](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.0...v1.2.1) (Sep 24, 2015) BUGFIX: diff --git a/Gemfile.lock b/Gemfile.lock index 4f2899f..f6eb082 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GIT remote: https://github.com/fgrehm/vagrant-cachier.git revision: 40dddfb368526948e769492a00a7937c5a044a4d specs: - vagrant-cachier (1.2.1) + vagrant-cachier (1.2.2) GIT remote: https://github.com/fgrehm/vagrant-pristine.git diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 148dfc0..089cbec 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "1.2.1" + VERSION = "1.2.2" end end