From 3f3d799bc0c0f40ed8798c832e569cef0f424896 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, 22 Jul 2026 15:54:47 +0000 Subject: [PATCH] chore(main): release 3.4.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 ca77e76bd8f..e3a64f87981 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f27eb4fcf0..17c40420ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v3.3.0...v3.4.0) (2026-07-22) + + +### Features + +* **generation:** update request builders and models ([d8ed8eb](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/d8ed8eb2bcf4c1fb0900c84db1c7d1f9a79a69bb)) + ## [3.3.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v3.2.0...v3.3.0) (2026-07-10) diff --git a/README.md b/README.md index 410d0eca066..9f5e6b10398 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": "^3.3.0" + "microsoft/microsoft-graph-beta": "^3.4.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 19d787dbf3d..b2f55adf868 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 = "3.3.0"; + const SDK_VERSION = "3.4.0"; // x-release-please-end }