From e42c0ad07d474280adef12ebc1f4ae8684a27dc5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 9 Sep 2026 04:53:26 +0000 Subject: [PATCH] Release prep v6.2.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b4fa87..858b9fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +## [v6.2.0](https://github.com/puppetlabs/puppetlabs-powershell/tree/v6.2.0) - 2026-09-09 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-powershell/compare/v6.1.0...v6.2.0) + +### Added + +- (MODULES-11706) Add support for Puppet 9 [#440](https://github.com/puppetlabs/puppetlabs-powershell/pull/440) ([shubhamshinde360](https://github.com/shubhamshinde360)) + ## [v6.1.0](https://github.com/puppetlabs/puppetlabs-powershell/tree/v6.1.0) - 2025-10-16 [Full Changelog](https://github.com/puppetlabs/puppetlabs-powershell/compare/v6.0.2...v6.1.0) diff --git a/metadata.json b/metadata.json index d0620e96..5f599b6e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-powershell", - "version": "6.1.0", + "version": "6.2.0", "author": "puppetlabs", "summary": "Adds a new exec provider for executing PowerShell commands.", "license": "Apache-2.0",