From ceb43b6cca388942179534576e59fdc543213217 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 10 Sep 2024 16:49:45 +0000
Subject: [PATCH] chore(main): release 3.1.22
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 9 +++++++++
src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index a808f65f..fe5b029d 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "3.1.21"
+ ".": "3.1.22"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b857ea24..273e3b07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project does adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [3.1.22](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.1.21...3.1.22) (2024-09-10)
+
+
+### Bug Fixes
+
+* adds missing cancellation token parameter ([2213321](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/22133215fc2279a9b686f3ba81cbcd5c3bac54e9))
+* moves parse async out of the condition since it always accepts a cancellation token ([f29e4cd](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/f29e4cd33bf6c1e3e541aa21614aabaa52570cc5))
+* resolved handling of larger batch request message ([c78b39d](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/c78b39d44e7e43054322ea124a35d380bcda6c79))
+
## [3.1.21](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.1.20...3.1.21) (2024-09-04)
diff --git a/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj b/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj
index bf136fa8..464ff6ba 100644
--- a/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj
+++ b/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj
@@ -21,7 +21,7 @@
35MSSharedLib1024.snk
true
- 3.1.21
+ 3.1.22