Commit c6959118 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Prepare release 2.3.1

parent 4a0239a3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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

+4 −2
Original line number Diff line number Diff line
{
  "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"
      ]
    }
  ],