Skip to content

Commit 368d2dd

Browse files
chore(main): release 2.3.0
1 parent 674500d commit 368d2dd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.1"
2+
".": "2.3.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.3.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.1...v2.3.0) (2025-02-19)
9+
10+
11+
### Features
12+
13+
* bump kiota lib versions ([674500d](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/674500d4a18e9bb884c87389b38ee98da1335785))
14+
* bump kiota lib versions ([8b9807e](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/8b9807e411d13a282daba497a5a70a4ab867832c))
15+
816
## [2.2.1](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.0...v2.2.1) (2025-01-08)
917

1018

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

3232
// Define error constants

0 commit comments

Comments
 (0)