From f0a6cca263f4e597414aec7f861223351e7f5b89 Mon Sep 17 00:00:00 2001 From: Paulo Bittencourt Date: Fri, 30 May 2014 13:06:26 -0400 Subject: [PATCH] bump for 1.5.0 release --- CHANGELOG.md | 4 ++-- lib/vagrant-hostmanager/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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