diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 65f558e7..4191c889 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "3.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a38c6fc2..16fdd7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0...v3.0.0) (2025-11-12) + + +### ⚠ BREAKING CHANGES + +* adds support for OpenAPI 3.2.0 + +### Features + +* adds support for OpenAPI 3.2.0 ([f5f69eb](https://github.com/microsoft/OpenAPI.NET.OData/commit/f5f69ebc29530891862ca7f9ce57ffbfb79c9d92)) + ## [2.0.0](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview.18...v2.0.0) (2025-07-10) diff --git a/Directory.Build.props b/Directory.Build.props index d96e67e4..f2f8af84 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,13 +13,13 @@ https://github.com/Microsoft/OpenAPI.NET.OData © Microsoft Corporation. All rights reserved. Microsoft OpenApi OData EDM - 2.0.0 + 3.0.0 true - + \ No newline at end of file