From 225b0ad6aff01742f9f599d96eaf73e61cd74381 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 1 Feb 2014 17:42:21 -0500 Subject: [PATCH] Publish 2.4.3 Changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf51e46..985adae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ hostsfile Cookbook CHANGELOG This file is used to list changes made in each version of the hostsfile cookbook. +v2.4.3 (2014-02-01) +------------------- + +- Package custom ChefSpec matchers +- Update testing harness +- Avoid using `Chef::Application.fatal!` +- Use Chef::Resource::File for atomic updates + + v2.4.2 ------ - Fix Travis CI integration