Skip to content

Commit 8fdb7ee

Browse files
chore(main): release 2.3.1
1 parent c5549f9 commit 8fdb7ee

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.3.0"
2+
".": "2.3.1"
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.1](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.3.0...v2.3.1) (2025-03-18)
9+
10+
11+
### Bug Fixes
12+
13+
* correct condition for maximum requests in BatchRequestContent ([c5549f9](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/c5549f9d651d1d9c1785224c535aa83be0fd4a77))
14+
* correct condition for maximum requests in BatchRequestContent ([5572c89](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/5572c896fff44ed3b76c877894ca2b0314e16365))
15+
816
## [2.3.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.1...v2.3.0) (2025-02-19)
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.3.0"
12+
"microsoft/microsoft-graph-core": "^2.3.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.3.0";
29+
const SDK_VERSION = "2.3.1";
3030
// x-release-please-end
3131

3232
// Define error constants

0 commit comments

Comments
 (0)