diff --git a/CHANGELOG.md b/CHANGELOG.md index cbfce5a..c6ba46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG.md -## 0.7.1 (2025-01-29 +## 0.7.2 (2025-02-04) + +Fix: + + - Updated all public suffix list. + +Misc: + + - Added github workflow to update TLDs daily + + +## 0.7.1 (2025-01-29) Fix: diff --git a/twistrs/Cargo.toml b/twistrs/Cargo.toml index af7acb3..12efb4f 100644 --- a/twistrs/Cargo.toml +++ b/twistrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twistrs" -version = "0.7.1" +version = "0.7.2" description = "An asynchronous domain name permutation and enumeration library." license = "MIT" repository = "https://github.com/JuxhinDB/twistrs"