diff --git a/CHANGELOG.md b/CHANGELOG.md index b103730..ab940e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG.md +## 0.6.8 (2024-11-12) + +Fix: + + - Fix bug where TLDs such as `.co.uk` were not included within the scope + of the TLD permutation. + ## 0.6.7 (2024-10-19) Misc: diff --git a/twistrs/Cargo.toml b/twistrs/Cargo.toml index 244db17..391dfc3 100644 --- a/twistrs/Cargo.toml +++ b/twistrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twistrs" -version = "0.6.7" +version = "0.6.8" description = "An asynchronous domain name permutation and enumeration library." license = "MIT" repository = "https://github.com/JuxhinDB/twistrs"