diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee4b83..df22653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.1](https://github.com/fgrehm/vagrant-cachier/compare/v1.2.0...v1.2.1) (July 3, 2015) + +IMPROVEMENTS: + + - Add chef\_zero support to chef bucket [[GH-153]] + +[GH-153]: https://github.com/fgrehm/vagrant-cachier/issues/153 + ## [1.2.0](https://github.com/fgrehm/vagrant-cachier/compare/v1.1.0...v1.2.0) (Jan 14, 2015) FEATURES: diff --git a/Gemfile.lock b/Gemfile.lock index 1b9e670..147cf47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,6 @@ GIT PATH remote: . specs: - vagrant-cachier (1.2.0) GEM remote: https://rubygems.org/ @@ -126,3 +125,6 @@ DEPENDENCIES vagrant-lxc! vagrant-omnibus vagrant-pristine! + +BUNDLED WITH + 1.10.4 diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index c7f3193..7efe536 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "1.2.0" + VERSION = "1.2.1" end end