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