diff --git a/CHANGELOG.md b/CHANGELOG.md index ab940e3..667b60f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG.md +## 0.6.8 (2024-11-29) + +Fix: + + - Fix bug with mapped permutations due to multiple mutations on same string + ## 0.6.8 (2024-11-12) Fix: diff --git a/twistrs/Cargo.toml b/twistrs/Cargo.toml index 391dfc3..83353dc 100644 --- a/twistrs/Cargo.toml +++ b/twistrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twistrs" -version = "0.6.8" +version = "0.6.9" description = "An asynchronous domain name permutation and enumeration library." license = "MIT" repository = "https://github.com/JuxhinDB/twistrs"