diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 5884b8fc3b..d72d54f730 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.1 (29. November, 2022) + - **fixed:** Fix wrong `From` impl for `Resource` ([#1589]) [#1589]: https://github.com/tokio-rs/axum/pull/1589 diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 5a985a5a4b..18901dfd48 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.0" +version = "0.4.1" [features] default = []