From 1400fc68d266820960531128d53c31b4cb0e7c8a Mon Sep 17 00:00:00 2001
From: Sean OMeara <someara@opscode.com>
Date: Mon, 4 Nov 2013 14:55:49 -0500
Subject: [PATCH] Version bump to v2.0.4

---
 CHANGELOG.md | 7 +++++++
 metadata.rb  | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81ab51f92..1297e1537 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.4
+------
+### 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.2
 ------
 ### Bug
diff --git a/metadata.rb b/metadata.rb
index 4a278c7f5..b730750bd 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.2'
+version           '2.0.4'
 
 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'