diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7c735..d125c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG.md +## 0.6.2 (2023-10-11) + +Fix: + + - Remove over-aggressive domain filtering to support punycode/homoglpyh + domains better; + - Fix issue with short domains (e.g., `ox.ac.uk`) that result in zero + permutation. + ## 0.6.1 (2023-09-30) Fix: diff --git a/twistrs/Cargo.toml b/twistrs/Cargo.toml index 073cfe0..e9adac7 100644 --- a/twistrs/Cargo.toml +++ b/twistrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twistrs" -version = "0.6.1" +version = "0.6.2" description = "An asynchronous domain name permutation and enumeration library." license = "MIT" repository = "https://github.com/JuxhinDB/twistrs"