From 19848e7ab53f7758e03c5b7255e31b85ccd8c12d Mon Sep 17 00:00:00 2001 From: codylane Date: Fri, 3 Jul 2020 09:10:09 -0600 Subject: [PATCH] prep 2.0.10 release --- CHANGELOG.md | 12 ++++++++---- lib/vagrant-proxyconf/version.rb | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cecb83..0945aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -# 2.0.10 / Not yet released - -# 2.0.9 / 2020-07-02 +# 2.0.10 / 2020-07-03 This is a bug fix release when provisioning docker hosts inside of vagrant. This version removes the hard coded DOCKER_CONFIG environment @@ -13,7 +11,13 @@ and merged when the vagrant-proxy conf is being provisioned. #### Closed Issues -- https://github.com/tmatilai/vagrant-proxyconf/issues/218 +- [Respect Existing Docker Config Location #218](https://github.com/tmatilai/vagrant-proxyconf/issues/218) + + +# 2.0.9 / Not released + +A release tagging error caused this release to become a draft release +and this will be re-released as 2.0.10. # 2.0.8 / 2020-06-10 diff --git a/lib/vagrant-proxyconf/version.rb b/lib/vagrant-proxyconf/version.rb index bfdc0f2..88a4ca4 100644 --- a/lib/vagrant-proxyconf/version.rb +++ b/lib/vagrant-proxyconf/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProxyConf - VERSION = '2.0.9' + VERSION = '2.0.10' end end