This commit is contained in:
Cam Cope 2016-12-20 20:20:38 -08:00
parent fdb7222965
commit 851f58d42a
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## [1.2.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.2...v1.2.3) (Dec 20, 2016)
- Fix bug in Gemfile.lock
## [1.2.2](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.1...v1.2.2) (Dec 20, 2016) ## [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]] - Make the timeout for fetching container IP's configurable [[GH-426]]

View file

@ -46,7 +46,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
vagrant-lxc (1.2.2) vagrant-lxc (1.2.3)
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.2" VERSION = "1.2.3"
end end
end end