diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fbe69e..fdf51e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ hostsfile Cookbook CHANGELOG This file is used to list changes made in each version of the hostsfile cookbook. +v2.4.2 +------ +- Fix Travis CI integration +- Remove newline characters +- Allow specifying a custom hostsfile path + + v2.4.1 ------ - Force a new upload to the community site diff --git a/metadata.rb b/metadata.rb index 0df4d99f..ced52c44 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.1' +version '2.4.2'