From 000005a3271d3cb9d27b78449f9836b0a66f45ce Mon Sep 17 00:00:00 2001 From: Adam Krone Date: Fri, 23 Oct 2015 12:01:02 -0500 Subject: [PATCH] v0.9.0 release --- CHANGELOG.md | 2 +- metadata.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df1c108..dc6d769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Consul Template Cookbook Changelog ================================== -## v0.9.0 (Unreleased) +## v0.9.0 (October 23rd, 2015) FEATURES: diff --git a/metadata.rb b/metadata.rb index 61ec228..829ff99 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.8.0' +version '0.9.0' recipe 'consul-template', 'Installs, configures, and starts the consul-template service.' recipe 'consul-template::install_binary', 'Installs consul-template from binary.' @@ -21,4 +21,4 @@ depends 'ark' depends 'golang', '~> 1.4' -depends 'runit' \ No newline at end of file +depends 'runit'