From 851f58d42aaf1ad1869e92421a2ed0964e59b126 Mon Sep 17 00:00:00 2001 From: Cam Cope Date: Tue, 20 Dec 2016 20:20:38 -0800 Subject: [PATCH] v1.2.3 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/vagrant-lxc/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ee3fe..bff1cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) - Make the timeout for fetching container IP's configurable [[GH-426]] diff --git a/Gemfile.lock b/Gemfile.lock index 34d501b..7961b96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GIT PATH remote: . specs: - vagrant-lxc (1.2.2) + vagrant-lxc (1.2.3) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 089cbec..716566a 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "1.2.2" + VERSION = "1.2.3" end end