From 6c08821ed07a0036e614d107d5fbb472747e8f8c Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 18 Mar 2019 15:57:00 +0800 Subject: [PATCH] update CHANGELOG --- HISTORY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index d8b9072e..590f10a2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,16 @@ # Release History +## 2.0.6 (2019-03-18) + +**Features** + +- create .gitignore file when initializing new project + +**Bugfixes** + +- fix CSV relative path detection +- fix current validators displaying the former one when they are empty + ## 2.0.5 (2019-03-04) **Features**