Skip to content

Commit

Permalink
Merge pull request #102 from microsoft/chore/release-1.3.0
Browse files Browse the repository at this point in the history
Update CHANGELOG and README
  • Loading branch information
Ndiritu authored Nov 14, 2024
2 parents 9902a1e + 1c6aeb8 commit 997b50a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.3.0] - 2024-11-14

### Changed
- Fix caching access tokens for delegated permissions. [#98](https://github.com/microsoft/kiota-authentication-phpleague-php/pull/98)

## [1.2.0]

### Added
- Add client options to the `ProviderFactory::create` by @SilasKenneth in https://github.com/microsoft/kiota-authentication-phpleague-php/pull/88

## [1.1.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run `composer require microsoft/kiota-authentication-phpleague` or add the follo
```Shell
{
"require": {
"microsoft/kiota-authentication-phpleague": "^1.1.0"
"microsoft/kiota-authentication-phpleague": "^1.3.0"
}
}
```
Expand Down

0 comments on commit 997b50a

Please sign in to comment.