aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Cooper <737664+joshcooper@users.noreply.github.com>2023-11-27 17:32:44 -0800
committerGitHub <noreply@github.com>2023-11-27 17:32:44 -0800
commit1d605e813f62a45dcf7881e07f25ba05fef816a6 (patch)
tree4786f72c5a60ffd41a35a0ab2fac09387be92a8c
parent05eb6f54809b5e6102d33fb5747690d32ee082a4 (diff)
parent8669bc14ea295b3542c7a202461dad9e68fc42eb (diff)
downloadpuppet-cron_core-1d605e813f62a45dcf7881e07f25ba05fef816a6.tar.gz
puppet-cron_core-1d605e813f62a45dcf7881e07f25ba05fef816a6.tar.bz2
Merge pull request #65 from puppetlabs/release-prep
Release prep v1.2.1
-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",