aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Nagy <gabriel.nagy@puppet.com>2020-10-30 16:01:13 +0200
committerGitHub <noreply@github.com>2020-10-30 16:01:13 +0200
commitab561aea43290bc483e21875b34ba2eb140e0560 (patch)
treefc3e10496ea53c1a0e18831917c08615cc509fdf
parentd59a94fe4b80bc0a31e60710eca06f6d95d1f822 (diff)
parentb4e1054fdc2f819b6f45821afe954e7b24620958 (diff)
downloadpuppet-cron_core-ab561aea43290bc483e21875b34ba2eb140e0560.tar.gz
puppet-cron_core-ab561aea43290bc483e21875b34ba2eb140e0560.tar.bz2
Merge pull request #40 from luchihoratiu/MODULES-10854
(MODULES-10854) Release prep for 1.0.5
-rw-r--r--CHANGELOG.md9
-rw-r--r--metadata.json2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e5dda8..0e03fed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
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).
+## [1.0.5](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.5) (2020-10-30)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.4...1.0.5)
+
+### Fixed
+
+- \(MODULES-10852\) Fix warnings introduced by Ruby 2.7 [\#39](https://github.com/puppetlabs/puppetlabs-cron_core/pull/39) ([luchihoratiu](https://github.com/luchihoratiu))
+- \(MODULES-7786\) Allow leading zeroes for cron params [\#35](https://github.com/puppetlabs/puppetlabs-cron_core/pull/35) ([Dorin-Pleava](https://github.com/Dorin-Pleava))
+
## [1.0.4](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.4) (2020-05-06)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.3...1.0.4)
diff --git a/metadata.json b/metadata.json
index f070296..abcf936 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-cron_core",
- "version": "1.0.4",
+ "version": "1.0.5",
"author": "puppetlabs",
"summary": "Install and manage cron resources.",
"license": "Apache-2.0",