Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.1"
".": "2.3.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down