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."