diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 04ab6fb5..c03a1c38 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- **fix:** Depend on the right versions of axum and axum-macros. +- None. + +# 0.1.4 (22. February, 2022) + +- **fix:** Depend on the right versions of axum and axum-macros ([#782]) + +[#782]: https://github.com/tokio-rs/axum/pull/782 # 0.1.3 (22. February, 2022) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 2c4820da..a783229e 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.3" +version = "0.1.4" [features] erased-json = ["serde_json", "serde"]