Skip to content

Commit

Permalink
Merge pull request #189 from microsoftgraph/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--microsoft/microsoft-graph-core

chore(main): release 2.2.0
  • Loading branch information
SilasKenneth authored Jun 24, 2024
2 parents 99f25f3 + ad6dcf9 commit 3c421b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
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.1.1"
".": "2.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/2.1.1...v2.2.0) (2024-06-24)


### Features

* **Params:** Allow a custom auth provider. ([2e12991](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/2e129912f92cc6d17ae47685aab66e1f1cf9275e))

## [Unreleased]

### Added
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.1.1"
"microsoft/microsoft-graph-core": "^2.2.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.1.1";
const SDK_VERSION = "2.2.0";
// x-release-please-end

// Define error constants
Expand Down

0 comments on commit 3c421b1

Please sign in to comment.