diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d2d3e4567a..acbb3803c47 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.6.0" + ".": "3.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9d742278f..c3064309233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.6.0...v3.7.0) (2026-09-15) + + +### Features + +* **generation:** update request builders and models ([#1805](https://github.com/microsoftgraph/msgraph-sdk-php/issues/1805)) ([086b688](https://github.com/microsoftgraph/msgraph-sdk-php/commit/086b688c20a7a3b135821641e5876ca824817826)) + ## [3.6.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.5.0...v3.6.0) (2026-09-02) diff --git a/README.md b/README.md index 86309336ab3..759bca336fc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can install the PHP SDK with Composer by editing your `composer.json` file: { "require": { // x-release-please-start-version - "microsoft/microsoft-graph": "^3.6.0" + "microsoft/microsoft-graph": "^3.7.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 90c24fbc614..98dc448471d 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -20,6 +20,6 @@ final class GraphConstants { const API_VERSION = "v1.0"; // x-release-please-start-version - const SDK_VERSION = "3.6.0"; + const SDK_VERSION = "3.7.0"; // x-release-please-end }