From c6959118cd5b2396aa51b515d9eddf79a6b5c782 Mon Sep 17 00:00:00 2001
From: Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk>
Date: Thu, 22 Dec 2016 11:00:01 +0000
Subject: [PATCH] Prepare release 2.3.1

---
 README.md     | 3 +++
 metadata.json | 6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 774c5b6..735ea07 100644
--- a/README.md
+++ b/README.md
@@ -806,6 +806,9 @@ development effort if the features aren't useful to my employer.
 
 ## Release Notes
 
+### 2.3.1
+  * Fix bug with log rotation throwing errors when radiusd is not running
+
 ### 2.3.0
   * Add support to configure virtual modules for fail-over and load-balancing
 
diff --git a/metadata.json b/metadata.json
index ed409c0..2afba0f 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "jgazeley-freeradius",
-  "version": "2.3.0",
+  "version": "2.3.1",
   "author": "jgazeley",
   "summary": "Install and configure FreeRADIUS",
   "license": "Apache-2.0",
@@ -19,7 +19,9 @@
       "operatingsystemrelease": [
         "21",
         "22",
-        "23"
+        "23",
+        "24",
+        "25"
       ]
     }
   ],
-- 
GitLab