diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md index 38b63c70..af945a03 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.1.2 (22. February, 2022) + - **added:** Implement `IntoResponse` for `bytes::BytesMut` and `bytes::Chain` ([#767]) [#767]: https://github.com/tokio-rs/axum/pull/767 diff --git a/axum-core/Cargo.toml b/axum-core/Cargo.toml index f99ce4d3..ae901fe1 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.1.1" +version = "0.1.2" [dependencies] async-trait = "0.1"