From fadc54ed18468864c5f57c7f08b750991535bb14 Mon Sep 17 00:00:00 2001 From: itdependsnetworks Date: Wed, 2 Jun 2021 07:13:18 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 645e35fc..6ac957d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v0.2.0 - 2021-06 + +### Fixed + +- Enable docsting tests +- Fix docstring tests +- Fix wording and links on README + +### Changed + +- Changed name of is_fqdn_valid to is_fqdn_resolvable, prepare to deprecate is_fqdn_valid +- Removed automatic import of all functions on initiation of package +- Moved interface mappings from variables to constants + +## v0.1.1 - 2021-05 + +### Added + +- Update travis configuration to release a new version from CI/CD pipeline + ## v0.1.0 - 2021-03-19 Initial release