Skip to content

Commit f0a6cca

Browse files
committed
bump for 1.5.0 release
1 parent a9e059e commit f0a6cca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Upcoming
3+
## 1.5.0
44
### Features
55
* hostmanager now runs *before* provisioning takes place, on `up` action [[#73](https://github.com/smdahlen/vagrant-hostmanager/issues/73)]
66

@@ -13,7 +13,7 @@
1313
### Miscelaneous
1414
* add passwordless sudo instructions to README [[#95](https://github.com/smdahlen/vagrant-hostmanager/pull/95)]
1515

16-
[Full diff](https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...master)
16+
[Full diff](https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...v1.5.0)
1717

1818

1919
## 1.4.0

lib/vagrant-hostmanager/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module HostManager
3-
VERSION = '1.4.0'
3+
VERSION = '1.5.0'
44
end
55
end

0 commit comments

Comments
 (0)