diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2979ecf7..a87f901e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-preview9" + ".": "2.0.0-preview10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf7f814..5bc1c08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0-preview10](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview9...v2.0.0-preview10) (2025-03-18) + + +### Features + +* bump openapi.net packages to the latest preview. ([d8b9f3f](https://github.com/microsoft/OpenAPI.NET.OData/commit/d8b9f3f15a2586646fb78bf803ecf7a11db1d053)) +* migrates to the latest preview of OAI.net ([3295eb9](https://github.com/microsoft/OpenAPI.NET.OData/commit/3295eb9faec51b77bfd089a80539a0cbeea41641)) + + +### Bug Fixes + +* disable failing test for now. ([6f52acc](https://github.com/microsoft/OpenAPI.NET.OData/commit/6f52acc33d66dd9c55ed6952e8b4472364ccefb7)) + ## [2.0.0-preview9](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview8...v2.0.0-preview9) (2025-02-25) diff --git a/Directory.Build.props b/Directory.Build.props index 94ce3475..aeabdba8 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 - 2.0.0-preview9 + 2.0.0-preview10