diff --git a/CHANGELOG.md b/CHANGELOG.md index 30989fb..34da163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.21.1 (Oct 29th, 2024) +## 0.22.0 (Oct 29th, 2024) ENHANCEMENTS: * Adds support for specifying a list of views when creating zones with or without a provided zone file. diff --git a/ns1/__init__.py b/ns1/__init__.py index 4adfe53..bf2bbdc 100644 --- a/ns1/__init__.py +++ b/ns1/__init__.py @@ -5,7 +5,7 @@ # from .config import Config -version = "0.21.1" +version = "0.22.0" class NS1: