diff --git a/README.md b/README.md index 693365c5b65fd8520c0fc7a37ce24b27e4edece5..ac4621694600d865a62dc18ce258b52c08957a65 100644 --- a/README.md +++ b/README.md @@ -712,6 +712,16 @@ least until this module drops support for 2.x. ## Release Notes +### 1.0.0 + + * Support for FreeRADIUS 3 + * Native support for managing the LDAP module + * Native support for configuring realms (via realms, home_server and home_server_pool) + * Improved handling of attribute filtering + * Improved handling of SQL support + +This release retains support for FreeRADIUS 2 but some of the parameters have changed so you will probably need to make changes to the way you use this module. Upgrade on a dev system first! + ### 0.4.5 * Tweak wildcard matching on logrotate config diff --git a/metadata.json b/metadata.json index 0ddaa1c9ac984e66150f6d9fd70bf829d2af926d..e8d25bdf8478295e1eababf1bc6553c03f8f2eac 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jgazeley-freeradius", - "version": "0.4.5", + "version": "1.0.0", "author": "jgazeley", "summary": "Install and configure FreeRADIUS", "license": "Apache-2.0",