diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41d1feca345..6b83b284508 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.133.0-preview" + ".": "5.134.0-preview" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca2d607de8..a46e21b4123 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. +## [5.134.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.133.0-preview...5.134.0-preview) (2026-04-16) + + +### Features + +* **generation:** update request builders and models ([157e580](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/157e58054ed8b5141dcece70d3f849490c9b00e4)) + ## [5.133.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.132.0-preview...5.133.0-preview) (2026-04-08) diff --git a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj index 956b44dc31e..bad9b129a86 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj @@ -27,7 +27,7 @@ - 5.133.0-preview + 5.134.0-preview