This commit is contained in:
Patrick Connolly 2015-07-03 14:51:55 -04:00
parent dd32f2472e
commit 40dddfb368
3 changed files with 12 additions and 2 deletions

View File

@ -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:

View File

@ -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

View File

@ -1,5 +1,5 @@
module VagrantPlugins
module Cachier
VERSION = "1.2.0"
VERSION = "1.2.1"
end
end