diff --git a/CHANGELOG.md b/CHANGELOG.md index 932a360..b140e30 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.6.1] - 2025-02-21 + +### Other +- *(deps)* update rust crate serde to v1.0.218 + ## [0.6.0] - 2025-01-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index 33fabc8..b00f3ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ tracing-test = "0.2" pretty_assertions = "1.4" [workspace.package] -version = "0.6.0" +version = "0.6.1"