From 2952e2a9faf11ea4d9ae952dc1148e81e079e648 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 29 Mar 2024 22:50:45 +0100 Subject: [PATCH] Release 6.0.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ee715..8ae26c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v6.0.1](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/tree/v6.0.1) (2024-03-29) + +[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/compare/v6.0.0...v6.0.1) + +**Fixed bugs:** + +- Force "isnamevar" on name parameter [\#61](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/pull/61) ([P6wG7](https://github.com/P6wG7)) + ## [v6.0.0](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/tree/v6.0.0) (2023-06-22) [Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_shellvar/compare/v5.0.0...v6.0.0) diff --git a/metadata.json b/metadata.json index e2b319b..a91b4fc 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-augeasproviders_shellvar", - "version": "6.0.1-rc0", + "version": "6.0.1", "author": "Vox Pupuli", "summary": "Augeas-based shellvar type and provider for Puppet", "license": "Apache-2.0",