From df63aa453a3e17faef7dc8e6622f96bc40d06d41 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:17:42 +0000 Subject: [PATCH] chore(main): release 3.1.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 0c61a07e004..9ee6f08ccfa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 180788558ca..d0eebddced5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.0.0...v3.1.0) (2026-04-21) + + +### Features + +* **generation:** update request builders and models ([fe4447f](https://github.com/microsoftgraph/msgraph-sdk-php/commit/fe4447f97f30a3e5841da417e290504e16c15920)) + ## [3.0.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.56.0...v3.0.0) (2026-04-20) diff --git a/README.md b/README.md index 1051fc4738d..24723d8df2e 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.0.0" + "microsoft/microsoft-graph": "^3.1.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index b1ddaac9ce0..865421e5f37 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.0.0"; + const SDK_VERSION = "3.1.0"; // x-release-please-end }