diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d55fb..2d72115 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.3.2] - 2025-01-07 + +### Fixed +- *(deps)* update rust crate async-trait to v0.1.85 + ## [0.3.1] - 2025-01-02 ### Other diff --git a/Cargo.toml b/Cargo.toml index 513ff2d..17e6c62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.3.1" +version = "0.3.2" [workspace.dependencies]