From ce78d2f74072ddd35a354c41158b0cafca9cf2ce 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, 3 Dec 2025 03:13:00 +0000 Subject: [PATCH] chore(main): release 2.54.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 c272ef8770f..2a3867b13dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.53.0" + ".": "2.54.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2243189f68..dac41a28cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.54.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.53.0...v2.54.0) (2025-12-03) + + +### Features + +* **generation:** update request builders and models ([#438](https://github.com/microsoftgraph/msgraph-beta-sdk-php/issues/438)) ([99b331e](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/99b331e399255acd52d7436797d8afbcbe95ab3f)) + ## [2.53.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.52.0...v2.53.0) (2025-11-19) diff --git a/README.md b/README.md index d19ea75a32a..749f7fd9959 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.53.0" + "microsoft/microsoft-graph-beta": "^2.54.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index f0e91086c1d..fba81081da2 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.53.0"; + const SDK_VERSION = "2.54.0"; // x-release-please-end }