diff --git a/CHANGELOG.md b/CHANGELOG.md index 74610ea..81cd8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.2] - 2025-11-13 + +### Added +- add publish +- add readme + +### Other +- *(deps)* update rust crate tracing-subscriber to v0.3.20 (#37) + ## [0.8.1] - 2025-08-09 ### Other diff --git a/Cargo.toml b/Cargo.toml index e74a26b..579edb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.8.1" +version = "0.8.2" [workspace.dependencies] mad = { path = "crates/mad" }