Skip to content

Commit

Permalink
Set version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fformica committed Jun 19, 2024
1 parent 6abbc88 commit 4d8e2ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.20.0 (June 19th, 2024)

ENHANCEMENTS:
* Adds support for Redirects

## 0.19.1 (May 15th, 2024)

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion ns1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
from .config import Config

version = "0.19.1"
version = "0.20.0"


class NS1:
Expand Down

0 comments on commit 4d8e2ee

Please sign in to comment.