diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b5a29..912de5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Consul Template Cookbook Changelog ================================== -## Unreleased +## v0.13.0 (December 20th, 2017) BREAKING CHANGES: diff --git a/metadata.rb b/metadata.rb index 10b1900..e3a696e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs/Configures consul-template' long_description 'Installs/Configures consul-template' -version '0.12.0' +version '0.13.0' recipe 'consul-template', 'Installs, configures, and starts the consul-template service.' recipe 'consul-template::install_binary', 'Installs consul-template from binary.'