diff --git a/README.md b/README.md
index 774c5b6c5b1ae979c48a279b9e1c5c0d5ee67526..735ea07fd5f388e2c6b23d94f5ed0f985e32d40e 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 ed409c0cd46704b0668c56044a724fd5d4f14d6a..2afba0f067ca62371029c2080539300f341a1507 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"
       ]
     }
   ],