diff --git a/CHANGELOG.md b/CHANGELOG.md index 084fc24..4612d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/RAprogramm/entity-derive/compare/v0.22.0...HEAD) +## [0.22.6](https://github.com/RAprogramm/entity-derive/compare/v0.22.5...v0.22.6) - 2026-07-05 + +### ✨ Features + +- derive utoipa::ToSchema on joined read models under the api feature ([#228](https://github.com/RAprogramm/entity-derive/issues/228)) + ## [0.22.5](https://github.com/RAprogramm/entity-derive/compare/v0.22.4...v0.22.5) - 2026-07-05 ### ✨ Features diff --git a/crates/entity-derive-impl/CHANGELOG.md b/crates/entity-derive-impl/CHANGELOG.md index 15d375b..35822b8 100644 --- a/crates/entity-derive-impl/CHANGELOG.md +++ b/crates/entity-derive-impl/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.15](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.14...entity-derive-impl-v0.20.15) - 2026-07-05 + +### ✨ Features + +- derive utoipa::ToSchema on joined read models under the api feature ([#228](https://github.com/RAprogramm/entity-derive/issues/228)) + ## [0.20.14](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.13...entity-derive-impl-v0.20.14) - 2026-07-05 ### ✨ Features diff --git a/crates/entity-derive-impl/Cargo.toml b/crates/entity-derive-impl/Cargo.toml index 6ac9e83..ec00789 100644 --- a/crates/entity-derive-impl/Cargo.toml +++ b/crates/entity-derive-impl/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "entity-derive-impl" -version = "0.20.14" +version = "0.20.15" edition.workspace = true rust-version.workspace = true authors.workspace = true diff --git a/crates/entity-derive/Cargo.toml b/crates/entity-derive/Cargo.toml index cb75080..8e05b74 100644 --- a/crates/entity-derive/Cargo.toml +++ b/crates/entity-derive/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "entity-derive" -version = "0.22.5" +version = "0.22.6" edition.workspace = true rust-version.workspace = true authors.workspace = true