diff --git a/CHANGELOG.md b/CHANGELOG.md index 432332857..18dda9902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ nginx Cookbook CHANGELOG This file is used to list changes made in each version of the nginx cookbook. +v2.1.0 +------ +[COOK-3923] - Enable the list of packages installed by nginx::passenger to be configurable +[COOK-3672] - Nginx should support the gzip_static option +Updating for yum ~> 3.0 +Fixing up style for rubocop +Updating test-kitchen harness + + v2.0.8 ------ fixing metadata version error. locking to 3.0 diff --git a/metadata.rb b/metadata.rb index c3caaa30f..ea21763ef 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.9' +version '2.1.0' 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'