From 37924f62ea43ee9bf1c3594865d0b142711b8351 Mon Sep 17 00:00:00 2001 From: Nicolas Carlier Date: Tue, 4 Feb 2020 21:38:11 +0000 Subject: [PATCH] doc(): prepare changelog --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9237122..cd7fa37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ -# [](https://github.com/ncarlier/webhookd/compare/v1.6.1...v) (2019-01-09) +# [](https://github.com/ncarlier/webhookd/compare/v1.6.1...v) (2020-02-04) + + +### Bug Fixes + +* fix error message ([84524e9](https://github.com/ncarlier/webhookd/commit/84524e9)) +* remove "done" statement at execution end ([57e5b79](https://github.com/ncarlier/webhookd/commit/57e5b79)) +* typo on HC route ([4c7b73b](https://github.com/ncarlier/webhookd/commit/4c7b73b)) + + +### Features + +* ACME support + configuration refactoring ([c7ea370](https://github.com/ncarlier/webhookd/commit/c7ea370)) +* allow scripts with extensions ([2828873](https://github.com/ncarlier/webhookd/commit/2828873)) +* improve logger ([e663336](https://github.com/ncarlier/webhookd/commit/e663336)) +* logs refactoring ([d793c78](https://github.com/ncarlier/webhookd/commit/d793c78)) +* refactoring of the config flag system ([6a01127](https://github.com/ncarlier/webhookd/commit/6a01127))