Update changelog + metadata

This commit is contained in:
geekix 2019-03-11 17:03:15 +01:00
parent 498adf96f9
commit d3c6164971
2 changed files with 15 additions and 1 deletions

View File

@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file. 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) ## 0.4.0 (2019-03-06)
### Changed ### Changed

View File

@ -1,6 +1,6 @@
{ {
"name": "geekix-nslcd", "name": "geekix-nslcd",
"version": "0.4.0", "version": "0.4.1",
"author": "geekix", "author": "geekix",
"summary": "Installs and configures nslcd.", "summary": "Installs and configures nslcd.",
"license": "Apache-2.0", "license": "Apache-2.0",