diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f1900..4b8a296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.4.0 + +- Add Archlinux support (GH #38) +- Use : as separator on FreeBSD (fix #24) (GH #30) +- Do not manage comment when persist is false (fix #29) (GH #31) + ## 2.3.1 - Fix puppet requirement to < 7.0.0 diff --git a/metadata.json b/metadata.json index 28ae927..0772d2b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "herculesteam-augeasproviders_sysctl", - "version": "2.3.1", + "version": "2.4.0", "author": "Dominic Cleal, Raphael Pinson, Trevor Vaughan", "summary": "Augeas-based sysctl type and provider for Puppet", "license": "Apache-2.0",