diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0431ca3b5dc..2f29d9e3ac8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.20.0" + ".": "2.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b135d88bae..72d30e3ecaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.21.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.20.0...v2.21.0) (2024-11-27) + + +### Features + +* **generation:** update request builders and models ([46237b8](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/46237b8815faa76c907443e826b5b8aac4523efd)) +* **generation:** update request builders and models ([371d54a](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/371d54ac81a8877056a4a60e07c049f7e28afecf)) + ## [2.20.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.19.0...v2.20.0) (2024-10-17) diff --git a/README.md b/README.md index 773634ad879..b114fde431f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install the Beta PHP SDK with Composer by editing your `composer.json` f { "require": { // x-release-please-start-version - "microsoft/microsoft-graph-beta": "^2.20.0" + "microsoft/microsoft-graph-beta": "^2.21.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 4acaf4ba3e7..94adaa0656e 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -21,6 +21,6 @@ final class GraphConstants const API_VERSION = "beta"; // x-release-please-start-version - const SDK_VERSION = "2.20.0"; + const SDK_VERSION = "2.21.0"; // x-release-please-end }