From d36988944a53d94b842c7614f55342dd8f3a9def Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:50:36 +0000 Subject: [PATCH] chore(main): release 2.35.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- src/GraphConstants.php | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b5085d7bdc..d6b2059b31e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.34.0" + ".": "2.35.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe4119448c..5d782aba5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.35.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.34.0...v2.35.0) (2025-04-15) + + +### Features + +* adds PHP 8.4 compatibility ([c7c47d0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/c7c47d06e4a200e325c2c05ff556f2e0b2097444)) +* **generation:** update request builders and models ([e2f5008](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/e2f50087684743e734d7c7847b910a03a63c4f41)) +* **generation:** update request builders and models ([89333c0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/89333c0f819024ea7dd8db4c21b0783323cca1fa)) +* **generation:** update request builders and models ([005e2fe](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/005e2fe89c87ab7be97c81f70e2d803b08be615a)) + ## [2.34.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.33.0...v2.34.0) (2025-03-25) diff --git a/README.md b/README.md index 3c6cd39dcab..03ea1d33541 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install the Beta PHP SDK with Composer by editing your `composer.json` f { "require": { // x-release-please-start-version - "microsoft/microsoft-graph-beta": "^2.34.0" + "microsoft/microsoft-graph-beta": "^2.35.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 9fa07accbc4..6b4d5a9b5d4 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -21,6 +21,6 @@ final class GraphConstants const API_VERSION = "beta"; // x-release-please-start-version - const SDK_VERSION = "2.34.0"; + const SDK_VERSION = "2.35.0"; // x-release-please-end }