From 1c489b15b4f7146d5c949f871eeee1f8bd842cf5 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Mon, 4 Nov 2013 22:05:17 -0500 Subject: [PATCH] Version bump to v0.4.10 --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b1914..db9e0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ supervisor Cookbook CHANGELOG This file is used to list changes made in each version of the supervisor cookbook. +v0.4.10 +------- +### Bug +- **[COOK-3784](https://tickets.opscode.com/browse/COOK-3784)** - Only remove newlines when absolutely necessary + + v0.4.8 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index c898177..c3c64fc 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email "noah@opscode.com" license "Apache 2.0" description "Installs supervisor and provides resources to configure services" -version "0.4.9" +version "0.4.10" recipe "supervisor", "Installs and configures supervisord"