Skip to content

Commit

Permalink
Merge pull request #204 from codylane/master
Browse files Browse the repository at this point in the history
prepping 2.0.6 release
  • Loading branch information
codylane authored Aug 9, 2019
2 parents 89dbe86 + ea3206e commit 0c8337a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-proxyconf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module ProxyConf
VERSION = '2.0.5'
VERSION = '2.0.6'
end
end

0 comments on commit 0c8337a

Please sign in to comment.