diff --git a/CHANGELOG.md b/CHANGELOG.md index 7398d6f3f..81ab51f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ nginx Cookbook CHANGELOG This file is used to list changes made in each version of the nginx cookbook. +v2.0.2 +------ +### Bug +- **[COOK-3808](https://tickets.opscode.com/browse/COOK-3808)** - nginx::passenger run fails because of broken installation of package dependencies +- **[COOK-3779](https://tickets.opscode.com/browse/COOK-3779)** - Build in master fails due to rubocop error + + v2.0.0 ------ ### Improvement diff --git a/metadata.rb b/metadata.rb index 5c30e68ec..4a278c7f5 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@opscode.com' license 'Apache 2.0' description 'Installs and configures nginx' -version '2.0.1' +version '2.0.2' recipe 'nginx', 'Installs nginx package and sets up configuration with Debian apache style with sites-enabled/sites-available' recipe 'nginx::source', 'Installs nginx from source and sets up configuration with Debian apache style with sites-enabled/sites-available'