diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md index 4a5c22e4..879e8e6d 100644 --- a/axum-core/CHANGELOG.md +++ b/axum-core/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- None. + +# 0.2.2 (19. April, 2022) + - **added:** Add `AppendHeaders` for appending headers to a response rather than overriding them ([#927]) [#927]: https://github.com/tokio-rs/axum/pull/927 diff --git a/axum-core/Cargo.toml b/axum-core/Cargo.toml index 90fcb999..32c1187f 100644 --- a/axum-core/Cargo.toml +++ b/axum-core/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "axum-core" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.2.1" +version = "0.2.2" [dependencies] async-trait = "0.1"