From ea3206e3bee4951ecb4b965c9b5e8d2a7ed70e99 Mon Sep 17 00:00:00 2001 From: codylane Date: Fri, 9 Aug 2019 10:56:31 -0600 Subject: [PATCH] prepping 2.0.6 release --- CHANGELOG.md | 11 ++++++++++- lib/vagrant-proxyconf/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fe045..0045d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -# 2.0.6 / NOT_RELEASED_YET +# 2.0.7 / NOT_RELEASED_YET + +# 2.0.6 / 2019-08-09 + +This is a bug fix release addressing a permissions problem with the docker proxy client config. +The fixes the permissions problem setting /etc/docker/config.json from 0600 to 0644 permissions. + +#### Credits + +- Credit to this release goes to @takuto-h. # 2.0.5 / 2019-07-27 diff --git a/lib/vagrant-proxyconf/version.rb b/lib/vagrant-proxyconf/version.rb index 621ceff..aa37999 100644 --- a/lib/vagrant-proxyconf/version.rb +++ b/lib/vagrant-proxyconf/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProxyConf - VERSION = '2.0.5' + VERSION = '2.0.6' end end