Skip to content

Commit fe25984

Browse files
chore(main): release 2.32.0
1 parent e038ded commit fe25984

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.32.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.31.0...v2.32.0) (2025-04-09)
4+
5+
6+
### Features
7+
8+
* **generation:** update request builders and models ([b134be1](https://github.com/microsoftgraph/msgraph-sdk-php/commit/b134be1724c9d1322157bf110d02642cea105b61))
9+
* PHP 8.4 compatibility ([#1665](https://github.com/microsoftgraph/msgraph-sdk-php/issues/1665)) ([ed2a1b5](https://github.com/microsoftgraph/msgraph-sdk-php/commit/ed2a1b5d4984e5ad40cf7d55ed1045aa5c77d7f2))
10+
311
## [2.31.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.30.0...v2.31.0) (2025-03-25)
412

513

README.md

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

src/GraphConstants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ final class GraphConstants
2020
{
2121
const API_VERSION = "v1.0";
2222
// x-release-please-start-version
23-
const SDK_VERSION = "2.31.0";
23+
const SDK_VERSION = "2.32.0";
2424
// x-release-please-end
2525
}

0 commit comments

Comments
 (0)