Skip to content

Commit 411e340

Browse files
chore(main): release 3.3.0
1 parent 192f355 commit 411e340

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.2.0"
2+
".": "3.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.3.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.2.0...v3.3.0) (2026-07-07)
4+
5+
6+
### Features
7+
8+
* **generation:** update request builders and models ([955320d](https://github.com/microsoftgraph/msgraph-sdk-php/commit/955320d43c66b4aba876eab668e82700f7812a14))
9+
310
## [3.2.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v3.1.0...v3.2.0) (2026-05-19)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can install the PHP SDK with Composer by editing your `composer.json` file:
1515
{
1616
"require": {
1717
// x-release-please-start-version
18-
"microsoft/microsoft-graph": "^3.2.0"
18+
"microsoft/microsoft-graph": "^3.3.0"
1919
// x-release-please-end
2020
}
2121
}

src/GraphConstants.php

Lines changed: 1 addition & 1 deletion
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 = "3.2.0";
23+
const SDK_VERSION = "3.3.0";
2424
// x-release-please-end
2525
}

0 commit comments

Comments
 (0)