From 59d6c9a907cd53bfcaa7f4101353cf89b10894ec Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:17:44 +0000 Subject: [PATCH] chore(main): release 3.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- src/GraphConstants.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b678379b082..6d2d3e4567a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3272f32a8..3a289df2985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.5.0...v3.6.0) (2026-08-20) + + +### Features + +* **generation:** update request builders and models ([b1d1f00](https://github.com/microsoftgraph/msgraph-sdk-php/commit/b1d1f00927d6f789859ae78d1f4ad3310b95e592)) + ## [3.5.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.4.0...v3.5.0) (2026-08-05) diff --git a/README.md b/README.md index 663ada85d9e..86309336ab3 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.5.0" + "microsoft/microsoft-graph": "^3.6.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 5aab9da62e5..90c24fbc614 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.5.0"; + const SDK_VERSION = "3.6.0"; // x-release-please-end }