diff --git a/CHANGELOG.md b/CHANGELOG.md index 1493d74ebe7e889d21ae4bb5e33e4838437d656c..09f9cdd4dbd4ad818fc63b21121a0355cbadcd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +### 3.4.0 + * Fix bug with modules that have ensure => absent + * Fix bug with module::files where content and source + * Fix bug with path of krb5 module + * Manage parameter `allow_expired_crl` + * Clean up comments in templates to reduce the size + ### 3.3.0 * Deploy modules to `mods_available` and symlink to `mods_enabled` * Deploy modules to `sites_available` and symlink to `sites_enabled` diff --git a/metadata.json b/metadata.json index 0c0fd7adf38b46e7cee1926ca44bd358e249064c..ccaa9b8a5c43b78fc28f7e3074a5d5bbf2b2f348 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jgazeley-freeradius", - "version": "3.3.0", + "version": "3.4.0", "author": "jgazeley", "summary": "Install and configure FreeRADIUS", "license": "Apache-2.0",