From d24d3c80c5b6050935857638e658952f652aa777 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 23:05:28 +0000
Subject: [PATCH] chore(support/v2): release 2.2.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 10 ++++++++++
Directory.Build.props | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 656a2ef1..bfc26f9c 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.1.0"
+ ".": "2.2.0"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffe31aa0..20c81911 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [2.2.0](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.1.0...v2.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)) ([305eacc](https://github.com/microsoft/OpenAPI.NET.OData/commit/305eacccc2a359a9c9da23a5d86a436bfe22cfd7))
+* add int32 format configuration for pagination parameters and count responses ([#793](https://github.com/microsoft/OpenAPI.NET.OData/issues/793)) ([1054b7f](https://github.com/microsoft/OpenAPI.NET.OData/commit/1054b7f7a3acf6a201fa2463d3e753f3f3413daa)), closes [#792](https://github.com/microsoft/OpenAPI.NET.OData/issues/792)
+* add switch to use put as default update verb ([2da64a7](https://github.com/microsoft/OpenAPI.NET.OData/commit/2da64a7535377369c963a75592b6e158e3d1f7fb))
+* adds settings to map the update verb to put ([bef4c96](https://github.com/microsoft/OpenAPI.NET.OData/commit/bef4c969539ef6455963920b51838c1f71a3d811))
+
## [2.1.0](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0...v2.1.0) (2026-01-16)
diff --git a/Directory.Build.props b/Directory.Build.props
index eb0aa211..b5d03221 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.1.0
+ 2.2.0