From c5bf1132285a3103aa0dec6a4901a022eb5bef44 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 4 Sep 2018 15:31:57 -0700 Subject: [PATCH] Release 6.2.1 Signed-off-by: Tim Smith --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2306a6f..7558ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # cron Cookbook CHANGELOG This file is used to list changes made in each version of the cron cookbook. +## 6.2.1 (2018-09-04) + +- Added a note to the readme announcing the deprecation of the cron_d and cron_access resources in this cookbook. As both of these resources shipped in Chef 14.4 they will be deprecated when Chef 15.4 ships in Aug 2019. + ## 6.2.0 (2018-07-24) - Finish the random_delay property begun in https://github.com/chef-cookbooks/cron/pull/103 diff --git a/metadata.rb b/metadata.rb index 76a9a80..d685981 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs cron' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '6.2.0' +version '6.2.1' recipe 'cron', 'Installs the cron package and starts the crond service.'