diff --git a/CHANGELOG.md b/CHANGELOG.md index d49c48ac..83480b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file is used to list changes made in each version of the yum cookbook. +## 4.0.0 (2016-09-06) + +- Remove support for Chef 11 + ## 3.13.0 (2016-09-06) - Add deprecation warning for add/remove actions, which were replaced with create/delete in Yum 3.0 diff --git a/metadata.rb b/metadata.rb index 420288be..6ee2d01a 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache 2.0' description 'Configures various yum components on Red Hat-like systems' -version '3.13.0' +version '4.0.0' %w(amazon centos fedora oracle redhat scientific zlinux).each do |os| supports os