From 4463139b6d63a82bf26639e4de3a5a91900d4afc Mon Sep 17 00:00:00 2001 From: Chapin Bryce Date: Wed, 8 Apr 2020 08:05:48 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2bb0c..0ee91ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 20200407.2 + +This release includes: + +* Features + * BOGON IP Address filtering. Defaults to excluding BOGON IPs from resolution +* Bugs/Fixes + * Adjusted argparse logic to ensure proper handling of `data` inputs + * Added parameters to pass along the `api-key` configuration item +* Additional documentation, hosted at https://chapinb.com/chickadee +* Unit tests for reporting +* Refactored argument and update handling +* Moved common parser logic to init file + + ## 20191014 This release includes: