From 8fdb7ee1827166ff970e8b928d4709f51658f87b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 14:26:43 +0000 Subject: [PATCH] chore(main): release 2.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- src/GraphConstants.php | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d03fa520..3edb06b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c345fd..46f8ba30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.1](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.3.0...v2.3.1) (2025-03-18) + + +### Bug Fixes + +* correct condition for maximum requests in BatchRequestContent ([c5549f9](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/c5549f9d651d1d9c1785224c535aa83be0fd4a77)) +* correct condition for maximum requests in BatchRequestContent ([5572c89](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/5572c896fff44ed3b76c877894ca2b0314e16365)) + ## [2.3.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.1...v2.3.0) (2025-02-19) diff --git a/README.md b/README.md index ec1381cc..4875b58a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To install the `microsoft-graph-core` library with Composer, either run `compose { "require": { // x-release-please-start-version - "microsoft/microsoft-graph-core": "^2.3.0" + "microsoft/microsoft-graph-core": "^2.3.1" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 602cf44c..c0d28f99 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -26,7 +26,7 @@ final class GraphConstants // Define HTTP request constants // x-release-please-start-version - const SDK_VERSION = "2.3.0"; + const SDK_VERSION = "2.3.1"; // x-release-please-end // Define error constants