Skip to content

Commit

Permalink
Merge pull request #69 from microsoft/dev
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
Ndiritu authored Jan 11, 2024
2 parents 115d976 + ba77729 commit a93bc1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.0.2]

### Changed
- Removed direct dependency on `php-http/promise`. `kiota-abstractions` should determine which promise lib version is installed

## [1.0.1]

### Changed
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"require": {
"php": "^7.4 | ^8.0",
"league/oauth2-client": "^2.6.1",
"php-http/promise": "^1.1.0",
"microsoft/kiota-abstractions": "^1.0.2",
"firebase/php-jwt": "^v6.0.0",
"ramsey/uuid": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class Constants
{
public const VERSION = "1.0.1";
public const VERSION = "1.0.2";
}

0 comments on commit a93bc1d

Please sign in to comment.