Merge pull request #96 from pbitty/release_150

Ready for 1.5.0 release
This commit is contained in:
Paulo Bittencourt 2014-05-30 13:24:51 -04:00
commit f92153ed94
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Upcoming
## 1.5.0
### Features
* hostmanager now runs *before* provisioning takes place, on `up` action [[#73](https://github.com/smdahlen/vagrant-hostmanager/issues/73)]
@ -13,7 +13,7 @@
### Miscelaneous
* add passwordless sudo instructions to README [[#95](https://github.com/smdahlen/vagrant-hostmanager/pull/95)]
[Full diff](https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...master)
[Full diff](https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...v1.5.0)
## 1.4.0

View File

@ -1,5 +1,5 @@
module VagrantPlugins
module HostManager
VERSION = '1.4.0'
VERSION = '1.5.0'
end
end