From 7c898b9ef7494e6a7f0368a01e7d514b5753d451 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 26 Nov 2025 17:49:15 +0000 Subject: [PATCH] Release prep v3.0.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d3242..61b69a9 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). +## [v3.0.1](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v3.0.1) - 2025-11-26 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v3.0.0...v3.0.1) + +### Fixed + +- Specify correct supported puppet version, 8.x only [#85](https://github.com/puppetlabs/puppetlabs-yumrepo_core/pull/85) ([tvpartytonight](https://github.com/tvpartytonight)) + ## [v3.0.0](https://github.com/puppetlabs/puppetlabs-yumrepo_core/tree/v3.0.0) - 2025-11-25 [Full Changelog](https://github.com/puppetlabs/puppetlabs-yumrepo_core/compare/v2.1.0...v3.0.0) diff --git a/metadata.json b/metadata.json index 6995314..bd7fd10 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-yumrepo_core", - "version": "3.0.0", + "version": "3.0.1", "author": "puppetlabs", "summary": "Manage client yum repo configurations by parsing yum INI configuration files.", "license": "Apache-2.0",