diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f6bb7..417dc68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/vagrant-hostmanager/version.rb b/lib/vagrant-hostmanager/version.rb index 6410bd0..e85c9ec 100644 --- a/lib/vagrant-hostmanager/version.rb +++ b/lib/vagrant-hostmanager/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module HostManager - VERSION = '1.4.0' + VERSION = '1.5.0' end end