diff --git a/CHANGELOG.md b/CHANGELOG.md index ce65867..04068b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2024-12-22 + +### Other +- fix cargo toml + ## [0.2.0] - 2024-12-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index afc8a70..526b4c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,4 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.2.1"