Skip to content

Commit

Permalink
v0.7.0 release
Browse files Browse the repository at this point in the history
adamkrone committed Feb 7, 2015
1 parent 4b0104a commit 594888c
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
@@ -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.'

0 comments on commit 594888c

Please sign in to comment.