diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d13a33..04964a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 3.3.0 (May 6, 2020) + +Improvements: + +- Removed unused test files. +- Updated `pdk` templates. +- Apply firewall rules if `ferm` is defined as firewall manager. It uses [ferm](https://forge.puppet.com/puppet/ferm) module for managing `ferm`. + ## 3.2.0 (February 13, 2020) Improvements: diff --git a/metadata.json b/metadata.json index a5cb0bb..7da5097 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "rehan-nginx", - "version": "3.2.0", + "version": "3.3.0", "author": "Rehan Mahmood", "summary": "A Puppet module to install, configure and deploy the latest Nginx webserver from stable or mainline.", "license": "Apache-2.0",