Showing with 9 additions and 5 deletions.
  1. +8 −0 CHANGELOG.md
  2. +1 −5 metadata.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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).

## [v4.1.1](https://github.com/puppetlabs/puppetlabs-registry/tree/v4.1.1) (2022-10-03)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-registry/compare/v4.1.0...v4.1.1)

### Fixed

- \(MAINT\) Dropped support for Windows\(7,8, 2008 Server and 2008 R2 Server\) [\#267](https://github.com/puppetlabs/puppetlabs-registry/pull/267) ([jordanbreen28](https://github.com/jordanbreen28))

## [v4.1.0](https://github.com/puppetlabs/puppetlabs-registry/tree/v4.1.0) (2022-06-06)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-registry/compare/v4.0.1...v4.1.0)
Expand Down
6 changes: 1 addition & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-registry",
"version": "4.1.0",
"version": "4.1.1",
"author": "puppetlabs",
"summary": "This module provides a native type and provider to manage keys and values in the Windows Registry",
"license": "Apache-2.0",
Expand All @@ -14,11 +14,7 @@
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"7",
"8",
"10",
"2008",
"2008 R2",
"2012",
"2012 R2",
"2016",
Expand Down