From 1943db7c4da479eeb1e3f9167e2e25623a1743c1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:15:55 +0000 Subject: [PATCH 1/2] chore(main): release 3.1.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8291ecdd8..9e88c3d6b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.16" + ".": "3.1.17" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5999a1e..fb2a14d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.17](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/v3.1.16...3.1.17) (2024-08-19) + + +### Bug Fixes + +* Fixing code scanning alert on AAD issuer validation ([523a5dc](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/523a5dc26edfe2f11270658928680eacacfe2f25)) + ## [3.1.16](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/v3.1.15...3.1.16) (2024-08-15) diff --git a/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj b/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj index 8867b41cc..518788c65 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.16 + 3.1.17 From 3be124a1d22f22a2de8c886639f06f9dea3b5d92 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Mon, 19 Aug 2024 11:33:56 +0300 Subject: [PATCH 2/2] docs: fixes missing changelog entry due to commit format --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2a14d53..7d5e35f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v ### Bug Fixes +* Add option to specify requestId manually when calling `AddBatchRequestStepAsync()` ([#871](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/issues/871)) * Fixing code scanning alert on AAD issuer validation ([523a5dc](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/523a5dc26edfe2f11270658928680eacacfe2f25)) ## [3.1.16](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/v3.1.15...3.1.16) (2024-08-15)