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"