From 9d9f16af52167f81f6daa1428541f6ec3fa79da6 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:04:51 +0000 Subject: [PATCH] chore(main): release 2.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- src/GraphConstants.php | 2 +- 4 files changed, 17 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..7a0ea793fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ # Changelog +## 2.11.0 (2024-05-30) + +## What's Changed +* Merge pull request #1527 from microsoftgraph/dev by @SilasKenneth in https://github.com/microsoftgraph/msgraph-sdk-php/pull/1528 +* Remove `dev` branch references from workflows. by @SilasKenneth in https://github.com/microsoftgraph/msgraph-sdk-php/pull/1530 +* chore: updates outdated dev references by @baywet in https://github.com/microsoftgraph/msgraph-sdk-php/pull/1533 +* Add config for release please. by @SilasKenneth in https://github.com/microsoftgraph/msgraph-sdk-php/pull/1532 +* Generated models and request builders by @andrueastman in https://github.com/microsoftgraph/msgraph-sdk-php/pull/1536 + + +**Full Changelog**: https://github.com/microsoftgraph/msgraph-sdk-php/compare/2.10.0...v2.11.0 + +## 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 }