diff --git a/CHANGELOG.md b/CHANGELOG.md index 822186e8..79838bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ hostsfile Cookbook CHANGELOG ======================= -This file - is used to list changes made in each version of the hostsfile cookbook. +This file is used to list changes made in each version of the hostsfile cookbook. + + +v2.4.5 (2014-06-24) +------------------- +- Fix notifications and why-run mode + v2.4.4 (2014-02-25) ------------------- diff --git a/metadata.rb b/metadata.rb index 65ba64d2..5474e5d6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,4 +4,4 @@ license 'Apache 2.0' description 'Provides an LWRP for managing the /etc/hosts file' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.4.4' +version '2.4.5'