We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd068b4 commit f9e89a9Copy full SHA for f9e89a9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.21.1 (Oct 29th, 2024)
2
+
3
+ENHANCEMENTS:
4
+* Adds support for specifying a list of views when creating zones with or without a provided zone file.
5
+* Adds support for specifying a zone name other than the FQDN when creating zones with or without a provided zone file.
6
+* A specified list of networks for a zone was only applied to zone creation when a zone file was not provided.
7
8
## 0.21.0 (July 19th, 2024)
9
10
ENHANCEMENTS:
ns1/__init__.py
@@ -5,7 +5,7 @@
#
from .config import Config
-version = "0.21.0"
+version = "0.21.1"
11
class NS1:
0 commit comments