diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 6784d878..2ccaba12 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.2 (15. May, 2022) + - **added:** Add `extract::Form` which supports multi-value items # 0.3.1 (10. May, 2022) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 5a8d03c9..3e9807d1 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.1" +version = "0.3.2" [features] default = []