diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3a64f87981..b678379b082 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c280f8448f9..7f3272f32a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.4.0...v3.5.0) (2026-08-05) + + +### Features + +* **generation:** update request builders and models ([a00ce20](https://github.com/microsoftgraph/msgraph-sdk-php/commit/a00ce20d5b7a2af0910813e3707b72b8a1842897)) + ## [3.4.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.3.0...v3.4.0) (2026-07-21) diff --git a/README.md b/README.md index 26f336cf93b..663ada85d9e 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.4.0" + "microsoft/microsoft-graph": "^3.5.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index f2f94f496ef..5aab9da62e5 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.4.0"; + const SDK_VERSION = "3.5.0"; // x-release-please-end }