Commit 56e1bc0b authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Prepare release 3.3.0

parent cd5d7769
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
## Changelog

### 3.3.0
  * Deploy modules to `mods_available` and symlink to `mods_enabled`
  * Deploy modules to `sites_available` and symlink to `sites_enabled`

### 3.2.0
  * Warn instead of failing if the FR version is not 3.x
  * Update logrotate module dependency
+3 −3
Original line number Diff line number Diff line
{
  "name": "jgazeley-freeradius",
  "version": "3.2.0",
  "version": "3.3.0",
  "author": "jgazeley",
  "summary": "Install and configure FreeRADIUS",
  "license": "Apache-2.0",
@@ -17,9 +17,9 @@
    {
      "operatingsystem": "Fedora",
      "operatingsystemrelease": [
        "23",
        "24",
        "25"
        "25",
        "26"
      ]
    }
  ],