diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index e11e260666..980b91e926 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning]. # Unreleased +- None. + +# 0.4.2 (02. December, 2022) + - **fixed:** Bug fixes for `RouterExt:{route_with_tsr, route_service_with_tsr}` ([#1608]): - Redirects to the correct URI if the route contains path parameters - Keeps query parameters when redirecting diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 18901dfd48..a100ec4e6b 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "axum-extra" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.4.1" +version = "0.4.2" [features] default = []