From 92f5daba661253dc5056f70bbeb4509405b1d1b4 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:18:23 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- src/GraphConstants.php | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d1c4f2c8825..0c61a07e004 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.57.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index afe81f33cad..af433078801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.0.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.57.0...v3.0.0) (2026-04-08) + + +### ⚠ BREAKING CHANGES + +* remove support for PHP 7.4 through 8.1 + +### Features + +* **generation:** update request builders and models ([5a36b47](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/5a36b4796b3176cb103a21b07e6ffe75d0eff144)) +* **generation:** update request builders and models ([dc73138](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/dc73138aa93f219a6f7129151064c89f091db8b2)) + + +### Bug Fixes + +* remove support for PHP 7.4 through 8.1 ([2a420c1](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/2a420c192398a255dede4a1f2f053de77033c563)) + ## [2.57.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.56.0...v2.57.0) (2026-01-22) diff --git a/README.md b/README.md index cd4a3ace88b..5b1a37de961 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.57.0" + "microsoft/microsoft-graph-beta": "^3.0.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index b346a5f5362..15f1e0fe16e 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.57.0"; + const SDK_VERSION = "3.0.0"; // x-release-please-end }