From b1283e970866a66e137f6bfbcedc7290ca266683 Mon Sep 17 00:00:00 2001 From: Alex <13454782+awulkan@users.noreply.github.com> Date: Wed, 26 Jan 2022 08:17:39 +0100 Subject: [PATCH] Fix year for the 0.4.4 release (#727) --- axum/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 151a784c..bc528f9b 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -58,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#699]: https://github.com/tokio-rs/axum/pull/699 [#719]: https://github.com/tokio-rs/axum/pull/719 -# 0.4.4 (13. January, 2021) +# 0.4.4 (13. January, 2022) - **fixed:** Fix using incorrect path prefix when nesting `Router`s at `/` ([#691]) - **fixed:** Make `nest("", service)` work and mean the same as `nest("/", service)` ([#691])