From 700a4cc89e6c22565ebbb9e9737221ac331d66f8 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 21 Mar 2023 16:06:22 +0000 Subject: [PATCH] Bump version to 7.32.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/cookstyle/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d1dc69..1d7fbdba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Cookstyle Changelog - + +## [v7.32.2](https://github.com/chef/cookstyle/tree/v7.32.2) (2023-03-21) + +#### Merged Pull Requests +- [CHEF-1116] - Fixed the false positive issue with CronDFileOrTemplate and Updated the required Ruby version to 2.7 [#959](https://github.com/chef/cookstyle/pull/959) ([ashiqueps](https://github.com/ashiqueps)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- [CHEF-1116] - Fixed the false positive issue with CronDFileOrTemplate and Updated the required Ruby version to 2.7 [#959](https://github.com/chef/cookstyle/pull/959) ([ashiqueps](https://github.com/ashiqueps)) diff --git a/VERSION b/VERSION index 8cf89b8c..9e288ad2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.32.1 \ No newline at end of file +7.32.2 \ No newline at end of file diff --git a/lib/cookstyle/version.rb b/lib/cookstyle/version.rb index 3c1d89fc..13bc91b8 100644 --- a/lib/cookstyle/version.rb +++ b/lib/cookstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle - VERSION = "7.32.1" # rubocop: disable Style/StringLiterals + VERSION = "7.32.2" # rubocop: disable Style/StringLiterals RUBOCOP_VERSION = '1.25.1' end