From 490caaa5c4251f38db03ca75f4f314fecfb899cc Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley Date: Wed, 18 Oct 2017 14:10:52 +0100 Subject: [PATCH] Prepare release 3.4.1 --- CHANGELOG.md | 4 ++++ metadata.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f9cdd4..f31a11a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 3.4.1 + * Fix calling syntax for logrotate + * Add param `package_ensure` + ### 3.4.0 * Fix bug with modules that have ensure => absent * Fix bug with module::files where content and source diff --git a/metadata.json b/metadata.json index ccaa9b8a..ea3bdf57 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jgazeley-freeradius", - "version": "3.4.0", + "version": "3.4.1", "author": "jgazeley", "summary": "Install and configure FreeRADIUS", "license": "Apache-2.0",