From 05a7992b1571729a05f9bcfb86b7ff6ba419c62a Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley Date: Mon, 1 Jul 2019 10:50:38 +0100 Subject: [PATCH] Prepare release 3.8.2 --- CHANGELOG.md | 5 +++++ metadata.json | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245bea5c..70420552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### 3.8.2 + * Bugfix: Fix for client iptables rules being repeatedly added by subsequent Puppet runs (thanks @guest715) + * Bugfix: Module file notifies service, not only symlink (thanks @ihpu) + * Add support for Debian 10 / Freeradius 3.0.16 (thanks @OlivierLM) + ### 3.8.1 * Bugfix: Enable `attr_filter` module before service restart (thanks @theosotr) diff --git a/metadata.json b/metadata.json index af255558..d578a912 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jgazeley-freeradius", - "version": "3.8.1", + "version": "3.8.2", "author": "jgazeley", "summary": "Install and configure FreeRADIUS", "license": "Apache-2.0", @@ -25,7 +25,8 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "9" + "9", + "10" ] }, {