Bumping to v1.6.1

This commit is contained in:
Seth Reeser 2015-08-06 10:53:14 -04:00
parent dcdfcc9262
commit a48f08d272
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 1.6.1
### Bug fixes
* Retain tmp hosts file and fix a bug where powershell mv does not move folder contents, in that context it's moving a file. [[#157](https://github.com/smdahlen/vagrant-hostmanager/issues/157)]
[Full diff](https://github.com/smdahlen/vagrant-hostmanager/compare/v1.5.0...v1.6.0)
## 1.6.0
### Features
* splits hostnames across many lines [[#67](https://github.com/smdahlen/vagrant-hostmanager/pull/103)]

View File

@ -1,5 +1,5 @@
module VagrantPlugins
module HostManager
VERSION = '1.6.0'
VERSION = '1.6.1'
end
end