From 24adb5c408729241bf5779a28f1b36e1a37f7423 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 24 Dec 2017 20:14:28 +0100 Subject: [PATCH] prepare release v1.8.0 --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index 9e56910..4a21458 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +# 1.8.0 / 2017-12-24 + + * Replace stdout logging with proper log package + # 1.7.0 / 2017-12-24 * Replace insecure password hashing (Thanks [kpcyrd](https://github.com/kpcyrd) for the report)