diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7ebe2f..ea7f8d2b 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.7](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.6...roadster-v0.5.7) - 2024-07-22 + +### Other +- Update dependencies ([#279](https://github.com/roadster-rs/roadster/pull/279)) + ## [0.5.6](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.5...roadster-v0.5.6) - 2024-07-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index 370a9b67..a5727542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.5.6" +version = "0.5.7" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."