Showing with 10 additions and 2 deletions.
  1. +8 −0 CHANGELOG.md
  2. +2 −2 metadata.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [v4.0.3](https://github.com/puppetlabs/puppetlabs-mount_iso/tree/v4.0.3) - 2023-06-05

[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_iso/compare/v4.0.2...v4.0.3)

### Fixed

- pdksync - (MAINT) - Update Stdlib dependency [#36](https://github.com/puppetlabs/puppetlabs-mount_iso/pull/36) ([LukasAud](https://github.com/LukasAud))

## [v4.0.2](https://github.com/puppetlabs/puppetlabs-mount_iso/tree/v4.0.2) - 2023-05-25

[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_iso/compare/v4.0.1...v4.0.2)
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-mount_iso",
"version": "4.0.2",
"version": "4.0.3",
"author": "puppetlabs",
"summary": "Mount ISO images and ensure the drive letter they are mounted to",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 < 9.0.0"
"version_requirement": ">= 4.6.0 < 10.0.0"
},
{
"name": "puppetlabs/powershell",
Expand Down