From b150ffb8d124c0aef01c6594187b84066c1fded4 Mon Sep 17 00:00:00 2001 From: Michael Burns Date: Mon, 24 Apr 2017 03:37:15 -0700 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7985bfc..606692c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change History +0.4.1 (2017-04-24) +================== + - #43: Set unique hosts file entry for hostname + - #44: Make hostname mapping to `127.0.0.1` optional + - #57: Change references to hostname instead of fqdn + - #59: Updates to resolve deprecations warnings + - #60, #61: various test fixes + 0.4.0 (2015-03-16) ================== - #40: Use file resources with lazy eval and notifies to prevent network restarts from occurring on every chef run (Matt Kasa)