diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9b2b45..dbcb39ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file is used to list changes made in each version of the apt cookbook. +## 7.3.0 (2020-05-01) + +- Cookstyle fixes - [@tas50](https://github.com/tas50) +- Remove unnecessary Foodcritic comments - [@tas50](https://github.com/tas50) +- Simplify the metadata.rb to resolve cookstyle warnings - [@tas50](https://github.com/tas50) +- Prevent helper collisions in Chef Infra Client 16 - [@tas50](https://github.com/tas50) + ## 7.2.0 (2019-08-05) - Allow you to specify dpkg options just for unattended upgrades - [@majormoses](https://github.com/majormoses) diff --git a/metadata.rb b/metadata.rb index a34ecedd..4da791be 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache-2.0' description 'Configures apt and apt caching.' -version '7.2.0' +version '7.3.0' supports 'ubuntu' supports 'debian'