From 99eed7c437eda98c4a480c0033851656d465dfb3 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, 19 Nov 2025 22:07:29 +0000 Subject: [PATCH] chore(main): release 2.53.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 2b1f7a2cc78..c272ef8770f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.52.0" + ".": "2.53.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 696a88f5f8c..e2243189f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.53.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.52.0...v2.53.0) (2025-11-19) + + +### Features + +* **generation:** update request builders and models ([65514b7](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/65514b7c86c1d07e0e08396e0dd254caabe71971)) + ## [2.52.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.51.0...v2.52.0) (2025-11-14) diff --git a/README.md b/README.md index a4da79acaa3..d19ea75a32a 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.52.0" + "microsoft/microsoft-graph-beta": "^2.53.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 8ea846baaff..f0e91086c1d 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.52.0"; + const SDK_VERSION = "2.53.0"; // x-release-please-end }