From 00a2f018085f146b68225d5b08038257a78f0845 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 26 Nov 2025 19:35:18 +0000 Subject: [PATCH] Release prep v2.0.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb963f..32714d1 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). +## [v2.0.1](https://github.com/puppetlabs/puppetlabs-mount_core/tree/v2.0.1) - 2025-11-26 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_core/compare/v2.0.0...v2.0.1) + +### Other + +- Specify correct supported puppet version, 8.x only [#71](https://github.com/puppetlabs/puppetlabs-mount_core/pull/71) ([tvpartytonight](https://github.com/tvpartytonight)) + ## [v2.0.0](https://github.com/puppetlabs/puppetlabs-mount_core/tree/v2.0.0) - 2025-11-25 [Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_core/compare/v1.3.0...v2.0.0) diff --git a/metadata.json b/metadata.json index e9091c5..cb04da7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mount_core", - "version": "2.0.0", + "version": "2.0.1", "author": "puppetlabs", "summary": "Manages mounted filesystems and mount tables.", "license": "Apache-2.0",