From d3c616497151c2e8df746cfe47bac966422abc4c Mon Sep 17 00:00:00 2001 From: geekix Date: Mon, 11 Mar 2019 17:03:15 +0100 Subject: [PATCH] Update changelog + metadata --- CHANGELOG.md | 14 ++++++++++++++ metadata.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e7f26..c8765a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## 0.4.1 (2019-03-11) + +### [Related PR : https://github.com/geekix/puppet-nslcd/pull/18] + +### Fixed + +- Deprecated validate_ functions replaced with parameter data types +- Deprecated anchor pattern replaced with contain function +- Minor whitespace inconsistency in metadata.json + +### Changed + +- Move default parameters from params.pp to init.pp + ## 0.4.0 (2019-03-06) ### Changed diff --git a/metadata.json b/metadata.json index fe3b7bb..29b5ad7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "geekix-nslcd", - "version": "0.4.0", + "version": "0.4.1", "author": "geekix", "summary": "Installs and configures nslcd.", "license": "Apache-2.0",