diff --git a/CHANGELOG.md b/CHANGELOG.md index effb75e..96f2bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.6.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.1...master) (unreleased) +## [0.6.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.1...v0.6.0) (Feb 26, 2014) BACKWARDS INCOMPATIBILITY: diff --git a/Gemfile.lock b/Gemfile.lock index 293aa78..2bbab2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,7 @@ GIT PATH remote: . specs: - vagrant-cachier (0.6.0.dev) + vagrant-cachier (0.6.0) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index f3b4dc0..dd2c4a5 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "0.6.0.dev" + VERSION = "0.6.0" end end