Skip to content

Commit 5343372

Browse files
committed
Code review recommended minor version update not patch update.
1 parent f9e89a9 commit 5343372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.21.1 (Oct 29th, 2024)
1+
## 0.22.0 (Oct 29th, 2024)
22

33
ENHANCEMENTS:
44
* Adds support for specifying a list of views when creating zones with or without a provided zone file.

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.1"
8+
version = "0.22.0"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)