From a911094bdf9ff04e413ac6f1bb632fbbc9baf98f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 07:04:50 +0000 Subject: [PATCH] chore(main): release 2.14.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- src/GraphConstants.php | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5082c2ad6d5..a8eacef9071 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.13.0" + ".": "2.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 179385099ba..3cd214d23bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.14.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.13.0...v2.14.0) (2024-09-19) + + +### Features + +* **generation:** update request builders and models ([b65d471](https://github.com/microsoftgraph/msgraph-sdk-php/commit/b65d471dd0384a37b4ba643321e8b0047ddb54e5)) +* **generation:** update request builders and models ([ecada4b](https://github.com/microsoftgraph/msgraph-sdk-php/commit/ecada4b9abd7288d263301aadd63bf05ebc06f44)) + ## [2.13.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.12.0...v2.13.0) (2024-09-04) diff --git a/README.md b/README.md index e5555e372c4..1afc65c41f4 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.13.0" + "microsoft/microsoft-graph": "^2.14.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 3fc1039de63..ae813b96c71 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.13.0"; + const SDK_VERSION = "2.14.0"; // x-release-please-end }