Skip to content

Commit 7662774

Browse files
authored
Merge pull request #203 from microsoftgraph/release-please--branches--main--components--microsoft/microsoft-graph-core
chore(main): release 2.2.1
2 parents 2ae949a + 59ff4b0 commit 7662774

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.2.0"
2+
".": "2.2.1"
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.1](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.0...v2.2.1) (2025-01-08)
9+
10+
11+
### Bug Fixes
12+
13+
* Mark nationalCloud constructor parameter in GraphPhpLeagueAuthenticationProvider as deprecated ([37e4d46](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/37e4d4642bf850065e769109ead6b6e1c9493d30))
14+
815
## [2.2.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/2.1.1...v2.2.0) (2024-06-24)
916

1017

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.2.0"
12+
"microsoft/microsoft-graph-core": "^2.2.1"
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.2.0";
29+
const SDK_VERSION = "2.2.1";
3030
// x-release-please-end
3131

3232
// Define error constants

0 commit comments

Comments
 (0)