diff --git a/CHANGELOG.md b/CHANGELOG.md index 6274fdd2..0eccacdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.2...roadster-v0.5.3) - 2024-07-04 + +### Other +- Update the `_health` HTTP API docs ([#267](https://github.com/roadster-rs/roadster/pull/267)) + ## [0.5.2](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.1...roadster-v0.5.2) - 2024-07-02 ### Added diff --git a/Cargo.toml b/Cargo.toml index 5c368488..41a5312b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.5.2" +version = "0.5.3" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."