diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 6614a7f767..0175d6f690 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.3.1 (10. May, 2022) + - **fixed:** `Option` and `Result` are now supported in typed path route handler parameters ([#1001]) - **fixed:** Support wildcards in typed paths ([#1003]) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 49e88c384b..b5c8c1a6cc 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "axum-extra" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.3.0" +version = "0.3.1" [features] default = []