diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fec18303d..5558275b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.3" + ".": "3.2.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a4df825..a9714a776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.2.4](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.2.3...3.2.4) (2025-03-12) + + +### Bug Fixes + +* ensures valid handler is returned in browser scenarios ([869a498](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/869a498234fefa69cb3afd7c7e77a445a89f8498)) +* ensures valid handler is returned in browser scenarios ([5268497](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/52684971eb816feb41a90be2ca3048515773746c)) + ## [3.2.3](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.2.2...3.2.3) (2025-01-28) diff --git a/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj b/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj index c8ba19c35..feb39bcae 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.2.3 + 3.2.4