From 8f22d260f047a9d60e80982554df41fe3f9800b9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 13:26:37 +0000 Subject: [PATCH] chore(main): release 2.11.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 9718ead750f..57a3338c4eb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.10.0" + ".": "2.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6361e43e86d..e2d22f5d5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ # Changelog +## [2.11.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/2.10.0...v2.11.0) (2024-05-30) + + +### Features + +* **generation:** update request builders and models ([6665625](https://github.com/microsoftgraph/msgraph-sdk-php/commit/66656259cea9373d96101ba2f81e0e0b80d7554b)) + +## Changelog + All notable changes to this project will be documented in this file. diff --git a/README.md b/README.md index d0a9bcd131f..5639635ef15 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.10.0" + "microsoft/microsoft-graph": "^2.11.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index a16881e88c3..f903ff8e723 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.10.0"; + const SDK_VERSION = "2.11.0"; // x-release-please-end }