From a12343f0e3157d3d5a8f31e5039283e4689272cb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:15:33 +0000 Subject: [PATCH] chore(main): release 2.17.1 --- .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 22ec80f46e8..175212fc625 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.17.0" + ".": "2.17.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 103adb5b752..faa17657ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.17.1](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.17.0...v2.17.1) (2024-09-30) + + +### Bug Fixes + +* Remove Kiota DOM diff export from shipped files ([672f427](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/672f427805289861b3b727a2d14db39aee970a54)) + ## [2.17.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.16.0...v2.17.0) (2024-09-26) diff --git a/README.md b/README.md index e91466d69d4..43df46bf763 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.17.0" + "microsoft/microsoft-graph-beta": "^2.17.1" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 5167f3567db..931bf79bb69 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.17.0"; + const SDK_VERSION = "2.17.1"; // x-release-please-end }