diff --git a/CHANGELOG.md b/CHANGELOG.md index 9724517..b7b1992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project follows [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.2.1] - 2026-08-07 + ### Added - `Checker::is_correct` diff --git a/Cargo.toml b/Cargo.toml index f289cf5..4d7102b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["spellcheck", "spellchecker", "hunspell"] categories = ["os", "text-processing"] documentation = "https://docs.rs/spellbound" repository = "https://github.com/rtmongold/spellbound" -version = "0.2.0" +version = "0.2.1" authors = [ "Andy Russell ", "Robert Mongold "