diff --git a/CHANGELOG.md b/CHANGELOG.md index 3237a98..1339eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,12 @@ -# 0.0.2 Initial release +## 0.1.1 (unreleased) + +## 0.1.0 (June 9, 2013) + +IMPROVEMENTS: + + - Moves from `Vagrant` to recommended `VagrantPlugins` top-level + module namespace. [GH-9] + +## 0.0.6 (May 22, 2013) + + - Initial public release. diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index 7f81a33..fe757d8 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "0.0.6" + VERSION = "0.1.0" end end