diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0537754e..557478b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.4" + ".": "1.7.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0..88e27e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,11 @@ # Changelog + +## [1.7.5](https://github.com/microsoft/OpenAPI.NET.OData/compare/v1.7.4...v1.7.5) (2025-03-31) + + +### Bug Fixes + +* filter out not found alternate keys properties ([d72bd6c](https://github.com/microsoft/OpenAPI.NET.OData/commit/d72bd6ce968f5bac7d2e698c58c95e1aa8ffdb74)) +* filter out not found alternate keys properties ([7cd11b4](https://github.com/microsoft/OpenAPI.NET.OData/commit/7cd11b4a59d3ca102e15f0596b39cd0934f63076)) + +## Changelog diff --git a/Directory.Build.props b/Directory.Build.props index 1c0004b1..76f394de 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ https://github.com/Microsoft/OpenAPI.NET.OData © Microsoft Corporation. All rights reserved. Microsoft OpenApi OData EDM - 1.7.4 + 1.7.5