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 6abbc88 commit 4d8e2eeCopy full SHA for 4d8e2ee
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.20.0 (June 19th, 2024)
2
+
3
+ENHANCEMENTS:
4
+* Adds support for Redirects
5
6
## 0.19.1 (May 15th, 2024)
7
8
BUG FIXES:
ns1/__init__.py
@@ -5,7 +5,7 @@
#
from .config import Config
-version = "0.19.1"
+version = "0.20.0"
9
10
11
class NS1:
0 commit comments