aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--metadata.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7765ded..e148a94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,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).
+## [v1.2.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.2.1) (2023-11-28)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.2.0...v1.2.1)
+
+### Fixed
+
+- Convert ProcessOutput to String explicitly [\#62](https://github.com/puppetlabs/puppetlabs-cron_core/pull/62) ([joshcooper](https://github.com/joshcooper))
+
## [v1.2.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.2.0) (2023-02-14)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.1.0...v1.2.0)
diff --git a/metadata.json b/metadata.json
index 2c3a272..f0c35b8 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-cron_core",
- "version": "1.2.0",
+ "version": "1.2.1",
"author": "puppetlabs",
"summary": "Install and manage cron resources.",
"license": "Apache-2.0",