summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--axum-extra/CHANGELOG.md7
-rw-r--r--axum-extra/Cargo.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md
index 8530a967..b8cb0ce9 100644
--- a/axum-extra/CHANGELOG.md
+++ b/axum-extra/CHANGELOG.md
@@ -9,11 +9,18 @@ and this project adheres to [Semantic Versioning].
- None.
+# 0.7.6 (02. August, 2023)
+
+- **fixed:** Remove unused dependency ([#2135])
+
+[#2135]: https://github.com/tokio-rs/axum/pull/2135
+
# 0.7.5 (17. July, 2023)
- **fixed:** Remove explicit auto deref from `PrivateCookieJar` example ([#2028])
[#2028]: https://github.com/tokio-rs/axum/pull/2028
+[#2028]: https://github.com/tokio-rs/axum/pull/2028
# 0.7.4 (18. April, 2023)
diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml
index 36c36c5e..7a6367f3 100644
--- a/axum-extra/Cargo.toml
+++ b/axum-extra/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
-version = "0.7.5"
+version = "0.7.6"
[features]
default = []