Skip to content

Commit 399aa6d

Browse files
authored
Merge pull request #323 from microsoftgraph/release-please--branches--main--components--microsoft/microsoft-graph-beta
chore(main): release 2.17.1
2 parents ccfde27 + a12343f commit 399aa6d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.17.0"
2+
".": "2.17.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.17.1](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.17.0...v2.17.1) (2024-09-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove Kiota DOM diff export from shipped files ([672f427](https://github.com/microsoftgraph/msgraph-beta-sdk-php/commit/672f427805289861b3b727a2d14db39aee970a54))
9+
310
## [2.17.0](https://github.com/microsoftgraph/msgraph-beta-sdk-php/compare/v2.16.0...v2.17.0) (2024-09-26)
411

512

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can install the Beta PHP SDK with Composer by editing your `composer.json` f
1111
{
1212
"require": {
1313
// x-release-please-start-version
14-
"microsoft/microsoft-graph-beta": "^2.17.0"
14+
"microsoft/microsoft-graph-beta": "^2.17.1"
1515
// x-release-please-end
1616
}
1717
}

src/GraphConstants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ final class GraphConstants
2121
const API_VERSION = "beta";
2222

2323
// x-release-please-start-version
24-
const SDK_VERSION = "2.17.0";
24+
const SDK_VERSION = "2.17.1";
2525
// x-release-please-end
2626
}

0 commit comments

Comments
 (0)