From 411e34093811014e4b572eca9e0dc7b8c01af8df Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:42:33 +0000 Subject: [PATCH] chore(main): release 3.3.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 6ce3ecaad71..ca77e76bd8f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1d7085884..27de7848860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.2.0...v3.3.0) (2026-07-07) + + +### Features + +* **generation:** update request builders and models ([955320d](https://github.com/microsoftgraph/msgraph-sdk-php/commit/955320d43c66b4aba876eab668e82700f7812a14)) + ## [3.2.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.1.0...v3.2.0) (2026-05-19) diff --git a/README.md b/README.md index 9fdac7e5a37..c7e858c88ba 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can install the PHP SDK with Composer by editing your `composer.json` file: { "require": { // x-release-please-start-version - "microsoft/microsoft-graph": "^3.2.0" + "microsoft/microsoft-graph": "^3.3.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 91ff3c72f0e..64b2b916548 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 = "3.2.0"; + const SDK_VERSION = "3.3.0"; // x-release-please-end }