Update changelog

This commit is contained in:
Mitchell Hashimoto 2014-01-01 20:49:29 -08:00
parent 437b186966
commit b5c2a8e570
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
## 1.4.3 (unreleased)
## 1.5.0 (unreleased)
FEATURES:
- **New guest:** Funtoo (change host name and networks supported)
## 1.4.2 (December 31, 2013)

View File

@ -2,5 +2,5 @@ module Vagrant
# This will always be up to date with the current version of Vagrant,
# since it is used to generate the gemspec and is also the source of
# the version for `vagrant -v`
VERSION = "1.4.3.dev"
VERSION = "1.5.0.dev"
end