From 594888ce140d544b6c2573cae3355203d45f9402 Mon Sep 17 00:00:00 2001 From: Adam Krone Date: Fri, 6 Feb 2015 20:02:56 -0600 Subject: [PATCH] v0.7.0 release --- CHANGELOG.md | 9 +++++++++ metadata.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d9b99..e3fdcb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Consul Template Cookbook Changelog ================================== +## v0.7.0 (February 6th, 2015) + +IMPROVEMENTS: + +- Adds recipe and support information to metadata.rb +- Released to Chef Supermarket +- Switching to true SemVer. To this point we were matching the version of the + consul-template project, regardless of the changes to the cookbook itself. + ## v0.6.5 (February 5th, 2015) BUG FIXES: diff --git a/metadata.rb b/metadata.rb index fd393f8..268d19b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache v2.0' description 'Installs/Configures consul-template' long_description 'Installs/Configures consul-template' -version '0.6.5' +version '0.7.0' recipe 'consul-template', 'Installs, configures, and starts the consul-template service.' recipe 'consul-template::install_binary', 'Installs consul-template from binary.'