diff --git a/CHANGELOG.md b/CHANGELOG.md index df07698..0babd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ application Cookbook CHANGELOG This file is used to list changes made in each version of the application cookbook. +v4.1.4 +------ +### Bug +- **[COOK-3343](https://tickets.opscode.com/browse/COOK-3343)** - Can't parse release candidate version number + + v4.1.2 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index d59d8c0..ee041c9 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,5 +4,5 @@ license "Apache 2.0" description "Deploys and configures a variety of applications" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "4.1.2" +version "4.1.4" recipe "application", "Empty placeholder recipe, use the LWRPs, see README.md."