diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 4a3ab2e03e..706f5abe41 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. +# 0.6.1 (29. November, 2022) + +- **added:** Expand the docs for `Router::with_state` ([#1580]) + +[#1580]: https://github.com/tokio-rs/axum/pull/1580 + # 0.6.0 (25. November, 2022) ## Routing diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 6ebc1cae3a..3ecee5d4fb 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.6.0" +version = "0.6.1" categories = ["asynchronous", "network-programming", "web-programming::http-server"] description = "Web framework that focuses on ergonomics and modularity" edition = "2021"