diff --git a/CHANGELOG.md b/CHANGELOG.md index 594c703a..1cfd9949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.11](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.10...roadster-v0.6.11) - 2024-10-17 + +### Fixed + +- Fix trace message for health checks on startup ([#443](https://github.com/roadster-rs/roadster/pull/443)) + +### Other + +- Add loco comparison ([#444](https://github.com/roadster-rs/roadster/pull/444)) + ## [0.6.10](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.9...roadster-v0.6.10) - 2024-10-16 ### Added diff --git a/Cargo.toml b/Cargo.toml index d50c9534..953d2a1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.6.10" +version = "0.6.11" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."