diff --git a/CHANGELOG.md b/CHANGELOG.md index 528f615..3c4ffb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2018-11-23 - Release 2.0.1 +### Summary + +This release fixes the support of Amazon Linux 2 and uses PDK 1.7.1. + +#### BugFixes +- Fixe the support of Amazon Linux 2 + ## 2018-10-07 - Release 2.0.0 ## Summary diff --git a/metadata.json b/metadata.json index 50e874c..bcac199 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "soli-monit", - "version": "2.0.0", + "version": "2.0.1", "author": "Solution Libre SAS", "summary": "Puppet module to manage monit installation and configuration", "license": "Apache-2.0", @@ -21,7 +21,7 @@ { "operatingsystem": "Amazon", "operatingsystemrelease": [ - "4" + "2" ] }, {