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 6b82fcc9ee6..c280f8448f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.3.0...v3.4.0) (2026-07-21) + + +### Features + +* **generation:** update request builders and models ([2e65f80](https://github.com/microsoftgraph/msgraph-sdk-php/commit/2e65f806d28f04620432f23d5238c6ef7580b27c)) + ## [3.3.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.2.0...v3.3.0) (2026-07-10) diff --git a/README.md b/README.md index c7e858c88ba..26f336cf93b 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.3.0" + "microsoft/microsoft-graph": "^3.4.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 64b2b916548..f2f94f496ef 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.3.0"; + const SDK_VERSION = "3.4.0"; // x-release-please-end }