Skip to content

Commit

Permalink
Release 6.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 4, 2018
1 parent 01b52b7 commit c5bf113
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -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.'

Expand Down

0 comments on commit c5bf113

Please sign in to comment.