diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67f9de84..d03fa520 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4228915..91c345fd 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.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.1...v2.3.0) (2025-02-19) + + +### Features + +* bump kiota lib versions ([674500d](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/674500d4a18e9bb884c87389b38ee98da1335785)) +* bump kiota lib versions ([8b9807e](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/8b9807e411d13a282daba497a5a70a4ab867832c)) + ## [2.2.1](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.0...v2.2.1) (2025-01-08) diff --git a/README.md b/README.md index 66568fb3..ec1381cc 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.2.1" + "microsoft/microsoft-graph-core": "^2.3.0" // x-release-please-end } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index f84d15eb..602cf44c 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.2.1"; + const SDK_VERSION = "2.3.0"; // x-release-please-end // Define error constants