From 3df4c9d165dc11cd688ec96ce561d9cab65bde55 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:58:21 +0000 Subject: [PATCH] chore(main): release 2.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- src/GraphConstants.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3edb06b7..db7ad907 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.1" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f8ba30..604fed83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.4.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.3.1...v2.4.0) (2025-03-28) + + +### Features + +* PHP 8.4 compatibility ([#209](https://github.com/microsoftgraph/msgraph-sdk-php-core/issues/209)) ([fd8cc94](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/fd8cc94968d9bfe7f7012a6deda01bfc3f96ac20)) + ## [2.3.1](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.3.0...v2.3.1) (2025-03-18) diff --git a/README.md b/README.md index 4875b58a..1beee9ed 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.1" + "microsoft/microsoft-graph-core": "^2.4.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index c0d28f99..0d22f64c 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.1"; + const SDK_VERSION = "2.4.0"; // x-release-please-end // Define error constants