diff --git a/CHANGELOG.md b/CHANGELOG.md index 287c744..30989fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.21.1 (Oct 29th, 2024) + +ENHANCEMENTS: +* Adds support for specifying a list of views when creating zones with or without a provided zone file. +* Adds support for specifying a zone name other than the FQDN when creating zones with or without a provided zone file. +* A specified list of networks for a zone was only applied to zone creation when a zone file was not provided. + ## 0.21.0 (July 19th, 2024) ENHANCEMENTS: diff --git a/ns1/__init__.py b/ns1/__init__.py index df4cef2..4adfe53 100644 --- a/ns1/__init__.py +++ b/ns1/__init__.py @@ -5,7 +5,7 @@ # from .config import Config -version = "0.21.0" +version = "0.21.1" class NS1: