diff --git a/CHANGELOG.md b/CHANGELOG.md index 130b028cf..432332857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ nginx Cookbook CHANGELOG This file is used to list changes made in each version of the nginx cookbook. +v2.0.8 +------ +fixing metadata version error. locking to 3.0 + + v2.0.6 ------ Locking yum dependency to '< 3' diff --git a/metadata.rb b/metadata.rb index bf13c2fd7..468b1e919 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.7' +version '2.0.8' 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'