diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57a3338c4eb..afcf59ba867 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.11.0" + ".": "2.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d22f5d5ac..d762ac288e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.11.0...v2.12.0) (2024-06-04) + + +### Features + +* **generation:** update request builders and models ([37cca52](https://github.com/microsoftgraph/msgraph-sdk-php/commit/37cca5298c620799216ead44ccfdde7f4e7df909)) + ## [2.11.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/2.10.0...v2.11.0) (2024-05-30) diff --git a/README.md b/README.md index 5639635ef15..a1174742da0 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.11.0" + "microsoft/microsoft-graph": "^2.12.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index f903ff8e723..6df933d9dd2 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.11.0"; + const SDK_VERSION = "2.12.0"; // x-release-please-end }