diff --git a/CHANGELOG.md b/CHANGELOG.md index b945db7..528f615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2018-10-07 - Release 2.0.0 +## Summary + +This release adds `httpd_allow` configuration and support for MMonit HTTPs addresses and uses PDK 1.7.0. + +***BREAKING CHANGES*** +The MMonit address is now by default with HTTPs with the port 8443 (8080 previously). + +#### Features +- Add `httpd_allow` configuration +- Add support for MMonit HTTPs addresses + ## 2018-07-09 - Release 1.4.0 ### Summary diff --git a/metadata.json b/metadata.json index 9352b11..818aea3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "soli-monit", - "version": "1.4.0", + "version": "2.0.0", "author": "Solution Libre SAS", "summary": "Puppet module to manage monit installation and configuration", "license": "Apache-2.0",