diff --git a/.release-please-manifest.json b/.release-please-manifest.json index da56a96b..e08aa6f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-preview7" + ".": "2.0.0-preview8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0..81c7e8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,15 @@ # Changelog + +## [2.0.0-preview8](https://github.com/microsoft/openapi.net.odata/compare/v2.0.0-preview7...v2.0.0-preview8) (2025-02-11) + + +### Features + +* adds support for open API 3.1 ([6fbcebc](https://github.com/microsoft/openapi.net.odata/commit/6fbcebc21da90f98ebed1c59049b343f1a03db76)) + + +### Bug Fixes + +* target OAS versions ([861cf42](https://github.com/microsoft/openapi.net.odata/commit/861cf42e62ac51295af1d0588a7fdaab8e9b8478)) + +## Changelog diff --git a/Directory.Build.props b/Directory.Build.props index 1b390a05..daf52ea7 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-preview7 + 2.0.0-preview8