diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc146ed..32f93692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file is used to list changes made in each version of the apt cookbook. +## 6.1.4 (2017-08-31) + +- Restores ignore_failure true on compile time update. +- name_property vs name_attribute in the resource + ## 6.1.3 (2017-07-19) - Fixed typo in readme diff --git a/metadata.rb b/metadata.rb index c2ebd184..890818ff 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Configures apt and apt caching.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '6.1.3' +version '6.1.4' recipe 'apt::default', 'Runs apt-get update during compile phase and sets up preseed directories' recipe 'apt::cacher-ng', 'Set up an apt-cacher-ng caching proxy'