diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d0f50b..432970b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.30" + ".": "7.0.31" } diff --git a/CHANGELOG.md b/CHANGELOG.md index edef3aa..bae4991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file is used to list changes made in each version of the cron cookbook. +## [7.0.31](https://github.com/sous-chefs/cron/compare/v7.0.30...v7.0.31) (2025-11-20) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#189](https://github.com/sous-chefs/cron/issues/189)) ([c5bc80f](https://github.com/sous-chefs/cron/commit/c5bc80fca65e11fd74d3730c9be7a2dccf1f9960)) + ## [7.0.30](https://github.com/sous-chefs/cron/compare/7.0.29...v7.0.30) (2025-10-15) diff --git a/metadata.rb b/metadata.rb index 0e9b80d..c2afdb6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs cron' -version '7.0.30' +version '7.0.31' source_url 'https://github.com/sous-chefs/cron' issues_url 'https://github.com/sous-chefs/cron/issues' chef_version '>= 12.15'