Skip to content

Commit f9e89a9

Browse files
committed
Update version and changelog for release.
1 parent cd068b4 commit f9e89a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 0.21.0 (July 19th, 2024)
29

310
ENHANCEMENTS:

ns1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
from .config import Config
77

8-
version = "0.21.0"
8+
version = "0.21.1"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)