diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 080e4526..491a963e 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/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 (13. January, 2021) + - **fix:** Depend on tower with `default_features = false` ([#666]) [#666]: https://github.com/tokio-rs/axum/pull/666 diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 87a5cb5c..e0be1711 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.1.1" +version = "0.1.2" [features] erased-json = ["serde", "serde_json"]