From 632c26e81ea329454a318ce064e9c8abaa5e3ff7 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 3 Dec 2018 10:48:36 -0800 Subject: [PATCH] Release 15.0 Signed-off-by: Tim Smith --- CHANGELOG.md | 4 ++++ lib/foodcritic/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fffe8c72..bd541e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Foodcritic Changelog: +## [15.0.0](https://github.com/Foodcritic/foodcritic/tree/v15.0.0) (2018-12-03) + +With this release of Foodcritic we are now shipping only metadata for the latest versions of each supported Chef version. Chef metadata files are getting increasingly large and this is increasing the size of Chef DK/Workstation significantly. This release ships with Chef 14.7 and 13.12 metadata and future releases will update the metadata versions without a major version bump as this should not be considered a breaking change. + ## [14.3.0](https://github.com/Foodcritic/foodcritic/tree/v14.3.0) (2018-10-23) - Added Chef 13.11.3 metadata diff --git a/lib/foodcritic/version.rb b/lib/foodcritic/version.rb index e7245974..61c968a0 100644 --- a/lib/foodcritic/version.rb +++ b/lib/foodcritic/version.rb @@ -1,4 +1,4 @@ module FoodCritic # The current version of foodcritic - VERSION = "14.3.0".freeze + VERSION = "15.0.0".freeze end