diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3d38e8f1f7..6ff829e6ff9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.0" + ".": "6.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2c42343f6..415b2ccbd06 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). +## [6.7.0](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/6.6.0...6.7.0) (2026-09-15) + + +### Features + +* **generation:** update request builders and models ([#3178](https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/3178)) ([cdab22e](https://github.com/microsoftgraph/msgraph-sdk-dotnet/commit/cdab22e8324e47f85c77f4d68093049d0a9c31ef)) + ## [6.6.0](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/6.5.0...6.6.0) (2026-09-02) diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index 2faa66fb3b4..7eb167e80ad 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -23,7 +23,7 @@ 35MSSharedLib1024.snk true - 6.6.0 + 6.7.0