Skip to content

Commit 490486f

Browse files
Merge pull request #255 from puppetlabs/release-prep
Release prep v4.0.1
2 parents 5773f66 + 42fd30b commit 490486f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v4.0.1](https://github.com/puppetlabs/puppetlabs-registry/tree/v4.0.1) (2021-08-23)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-registry/compare/v4.0.0...v4.0.1)
8+
9+
### Fixed
10+
11+
- Add possibility to produce a detailed error message [\#254](https://github.com/puppetlabs/puppetlabs-registry/pull/254) ([reidmv](https://github.com/reidmv))
12+
513
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-registry/tree/v4.0.0) (2021-02-27)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-registry/compare/v3.2.0...v4.0.0)

Diff for: REFERENCE.md

-2
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ The following properties are available in the `registry_value` type.
224224

225225
The data stored in the registry value.
226226

227-
Default value: `''`
228-
229227
##### `ensure`
230228

231229
Valid values: `present`, `absent`

Diff for: metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-registry",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"author": "puppetlabs",
55
"summary": "This module provides a native type and provider to manage keys and values in the Windows Registry",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)