From fcafddfa10a05bcf4ab4047fe74718c3a02cf27f 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:51:16 +0000 Subject: [PATCH] chore(main): release 2.32.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 2 +- src/GraphConstants.php | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index db70841b0d6..959e5db3dfb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.31.0" + ".": "2.32.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb99fdb7ede..2f979f17b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.32.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.31.0...v2.32.0) (2025-04-15) + + +### Features + +* **generation:** update request builders and models ([cf47669](https://github.com/microsoftgraph/msgraph-sdk-php/commit/cf47669a8c5044bc6325c7ff64b1a191a41fb868)) +* **generation:** update request builders and models ([b134be1](https://github.com/microsoftgraph/msgraph-sdk-php/commit/b134be1724c9d1322157bf110d02642cea105b61)) +* PHP 8.4 compatibility ([#1665](https://github.com/microsoftgraph/msgraph-sdk-php/issues/1665)) ([ed2a1b5](https://github.com/microsoftgraph/msgraph-sdk-php/commit/ed2a1b5d4984e5ad40cf7d55ed1045aa5c77d7f2)) + ## [2.31.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.30.0...v2.31.0) (2025-03-25) diff --git a/README.md b/README.md index 5c484368126..3c9bef87760 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer by editing your `composer.json` file: { "require": { // x-release-please-start-version - "microsoft/microsoft-graph": "^2.31.0" + "microsoft/microsoft-graph": "^2.32.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 643e92e44cc..883493b55dd 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 = "2.31.0"; + const SDK_VERSION = "2.32.0"; // x-release-please-end }