From fccf778a14b1a6432312d573396190c072345667 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 21 Jan 2025 14:16:46 +0100 Subject: [PATCH] Add changelog entry for 0.8.1 --- axum/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index bc25605f..9749052f 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#3157]: https://github.com/tokio-rs/axum/pull/3157 [#3168]: https://github.com/tokio-rs/axum/pull/3168 +# 0.8.1 + +- **fixed:** Removed the warning about breaking changes from README + # 0.8.0 ## since rc.1