diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a12c4fd8e1..95c0b633e92 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0-preview" + ".": "6.2.1-preview" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f4dfeea6a..1d23ba449ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does NOT adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and packages shipped from the beta service library will always be in `preview` as changes to the API are for non production use and commonly ship breaking changes. +## [6.2.1-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/6.2.0-preview...6.2.1-preview) (2026-06-23) + + +### Bug Fixes + +* daily CI OOM build TFMs sequentially ([#1127](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues/1127)) ([1dbd80b](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/1dbd80ba118f0dcc49f03154ca18478142be71d7)) + ## [6.2.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/6.1.0-preview...6.2.0-preview) (2026-06-06) diff --git a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj index ec05e554158..2702fb59265 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj @@ -27,7 +27,7 @@ - 6.2.0-preview + 6.2.1-preview