From 17bb34ea1d614ebf6eacb58ba1de5d6c6a290370 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 2 Dec 2025 17:50:24 +0000 Subject: [PATCH] Release prep v2.0.2 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6c263..846726b 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.2](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v2.0.2) - 2025-12-02 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v2.0.1...v2.0.2) + +### Other + +- Specify correct supported puppet version, 8.x only [#88](https://github.com/puppetlabs/puppetlabs-cron_core/pull/88) ([tvpartytonight](https://github.com/tvpartytonight)) + ## [v2.0.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v2.0.1) - 2025-11-26 [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v2.0.0...v2.0.1) diff --git a/metadata.json b/metadata.json index f7a698d..5d50358 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-cron_core", - "version": "2.0.1", + "version": "2.0.2", "author": "puppetlabs", "summary": "Install and manage cron resources.", "license": "Apache-2.0",