Skip to content

Commit 3c421b1

Browse files
authored
Merge pull request #189 from microsoftgraph/release-please--branches--main--components--microsoft/microsoft-graph-core
chore(main): release 2.2.0
2 parents 99f25f3 + ad6dcf9 commit 3c421b1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/2.1.1...v2.2.0) (2024-06-24)
9+
10+
11+
### Features
12+
13+
* **Params:** Allow a custom auth provider. ([2e12991](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/2e129912f92cc6d17ae47685aab66e1f1cf9275e))
14+
815
## [Unreleased]
916

1017
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To install the `microsoft-graph-core` library with Composer, either run `compose
99
{
1010
"require": {
1111
// x-release-please-start-version
12-
"microsoft/microsoft-graph-core": "^2.1.1"
12+
"microsoft/microsoft-graph-core": "^2.2.0"
1313
// x-release-please-end
1414
}
1515
}

src/GraphConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class GraphConstants
2626

2727
// Define HTTP request constants
2828
// x-release-please-start-version
29-
const SDK_VERSION = "2.1.1";
29+
const SDK_VERSION = "2.2.0";
3030
// x-release-please-end
3131

3232
// Define error constants

0 commit comments

Comments
 (0)