From 338b8908f76d27a0520e6b1cc939a6ce82e2ef4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Mon, 20 Jan 2020 20:30:18 +0100 Subject: [PATCH] Release 2.4.0 --- CHANGELOG.md | 6 ++++++ metadata.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",