diff --git a/utoipa-axum/CHANGELOG.md b/utoipa-axum/CHANGELOG.md index 609c096b..f9f07097 100644 --- a/utoipa-axum/CHANGELOG.md +++ b/utoipa-axum/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog - utoipa-axum -## Unreleased +## 0.1.2 - Oct 29 2024 + +### Changed * Merge paths if they already are added to the paths map in utoipa-axum (https://github.com/juhaku/utoipa/pull/1171) diff --git a/utoipa-axum/Cargo.toml b/utoipa-axum/Cargo.toml index bc26d226..d055dd71 100644 --- a/utoipa-axum/Cargo.toml +++ b/utoipa-axum/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-axum" description = "Utoipa's axum bindings for seamless integration for the two" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"