diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 7188d354..e2dd7ae8 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.4 (08. June, 2022) + - **fixed:** Use `impl IntoResponse` less in docs ([#1049]) - **added:** Add `AsyncReadBody` for creating a body from a `tokio::io::AsyncRead` ([#1072]) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 7ef03c99..9a919193 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.3" +version = "0.3.4" [features] default = []