From dec02ecd2ce24effff7327b4842e116468091aaf Mon Sep 17 00:00:00 2001 From: Phil Cohen Date: Sat, 21 Dec 2013 14:42:13 -0800 Subject: [PATCH] bump version to 0.5.5 --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a5ae8..adea8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file is used to list changes made in each version of nginx. +## 0.5.5 (2013-11-14) + +* Fix `mime.types` file location +* README updates +* CI updates - only tested against 1.9.3 and 2.0.0 now + ## 0.5.4 (2013-11-14) * Add `phusion` repository source option diff --git a/metadata.rb b/metadata.rb index bceef1a..d579973 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license "MIT" description "Installs/configures nginx" long_description "Please refer to README.md" -version "0.5.4" +version "0.5.5" recipe "nginx", "The default recipe which sets up the repository." recipe "nginx::configuration", "Internal recipe to setup the configuration files."