From 890f7c4a56c5e1c77ad2b62ca74e8e6c3e108907 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 6 Apr 2014 21:28:09 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23aedd4..fca22c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ -## [0.6.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.6.0...master) (unreleased) +## [0.7.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.6.0...master) (unreleased) +FEATURES: + + - ["Generic" cache bucket](http://fgrehm.viewdocs.io/vagrant-cachier/buckets/generic) [[GH-94]] / [[GH-4]]. + +[GH-94]: https://github.com/fgrehm/vagrant-cachier/pull/94 +[GH-4]: https://github.com/fgrehm/vagrant-cachier/issues/4 ## [0.6.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.1...v0.6.0) (Feb 26, 2014) -BACKWARDS INCOMPATIBILITY: +BACKWARDS INCOMPATIBILITIES: - Plugin activation is now triggered by the `cache.scope` config and that config is now required. Previous versions of the plugin had it set to `:box` but