From ceeb1d7a5686db152f8cea9a6a67b39051746051 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 17:04:56 +0000 Subject: [PATCH] chore(main): release 3.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Directory.Build.props | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0dc5001..1f73031b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8297adbb..eb991e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.0](https://github.com/microsoft/OpenAPI.NET.OData/compare/v3.1.0...v3.2.0) (2026-03-19) + + +### Features + +* add int32 format configuration for pagination parameters and count responses ([#793](https://github.com/microsoft/OpenAPI.NET.OData/issues/793)) ([0dd9445](https://github.com/microsoft/OpenAPI.NET.OData/commit/0dd9445e792cadcc9125ab2b675d58b222b009dd)), closes [#792](https://github.com/microsoft/OpenAPI.NET.OData/issues/792) +* add switch to use put as default update verb ([ed79e42](https://github.com/microsoft/OpenAPI.NET.OData/commit/ed79e42a664450cf9a165e022ec1eefa9e840515)) + ## [3.1.0](https://github.com/microsoft/OpenAPI.NET.OData/compare/v3.0.0...v3.1.0) (2026-01-16) diff --git a/Directory.Build.props b/Directory.Build.props index b74b2304..807c31c3 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 - 3.1.0 + 3.2.0