Skip to content

Commit 4d8e2ee

Browse files
committed
Set version and changelog
1 parent 6abbc88 commit 4d8e2ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.20.0 (June 19th, 2024)
2+
3+
ENHANCEMENTS:
4+
* Adds support for Redirects
5+
16
## 0.19.1 (May 15th, 2024)
27

38
BUG FIXES:

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.19.1"
8+
version = "0.20.0"
99

1010

1111
class NS1:

0 commit comments

Comments
 (0)