From eeff02e63bf5e3f616e1c67f2bc972a9a4d905aa Mon Sep 17 00:00:00 2001
From: Joona Hoikkala <joohoi@users.noreply.github.com>
Date: Sun, 12 Aug 2018 20:51:04 +0300
Subject: [PATCH] Changelog entries for v0.5 (#104)

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 63583bc..8a8384b 100644
--- a/README.md
+++ b/README.md
@@ -300,6 +300,14 @@ header_name = "X-Forwarded-For"
 
 
 ## Changelog
+- v0.5
+   - New
+      - Configurable certificate cache directory
+   - Changed
+      - Process wide umask to ensure created files are only readable by the user running acme-dns
+      - Replaced package that handles UUIDs because of a flaw in the original package
+      - Updated dependencies
+      - Better error messages
 - v0.4 Clear error messages for bad TXT record content, proper handling of static CNAME records, fixed IP address parsing from the request, added option to disable registration endpoint in the configuration.
 - v0.3.2 Dockerfile was fixed for users using autocert feature
 - v0.3.1 Added goreleaser for distributing binary builds of the releases
-- 
GitLab