diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index a383f477..4ce07962 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.5 (27. June, 2022) + - **added:** Add `JsonLines` for streaming newline delimited JSON ([#1093]) - **change:** axum's MSRV is now 1.56 ([#1098]) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index a1708ff3..47b5ca64 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.4" +version = "0.3.5" [features] default = []