diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e293c6..872f027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2025-01-09 + +### Fixed +- *(deps)* update rust crate reqwest to v0.12.12 +- *(deps)* update rust crate serde to v1.0.217 +- *(deps)* update rust crate reqwest to v0.12.11 + +### Other +- *(deps)* update rust crate tokio to v1.43.0 +- *(deps)* update rust crate clap to v4.5.24 + ## [0.1.0] - 2024-12-27 ### Added diff --git a/Cargo.toml b/Cargo.toml index 03fedc2..8632b05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" [workspace.dependencies]