From 5184f47f7fa8d600dbbf08f2da2d64f655a1ec3e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 31 Jul 2010 11:28:55 -0700 Subject: [PATCH] Bump version for development and update changelog --- CHANGELOG.md | 6 +++++- lib/vagrant/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8548c594..fb9490ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 0.5.1 (unreleased) +## 0.5.2 (unreleased) + + + +## 0.5.1 (July 31, 2010) - Allow specifying cookbook paths which exist only on the VM in `config.chef.cookbooks_path`. This is used for specifying cookbook paths when `config.chef.recipe_url` is used. [GH-130] diff --git a/lib/vagrant/version.rb b/lib/vagrant/version.rb index 56fbe77b6..cb5df624d 100644 --- a/lib/vagrant/version.rb +++ b/lib/vagrant/version.rb @@ -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 = "0.5.1" + VERSION = "0.5.2.dev" end