Skip to content

Commit

Permalink
Merge pull request #104 from microsoft/chore/release-1.3.1
Browse files Browse the repository at this point in the history
Update CHANGELOG and bump version for release
  • Loading branch information
Ndiritu authored Nov 27, 2024
2 parents 0ba4e7c + f768f5a commit 7fddd49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.3.1] - 2024-11-27

### Changed

- Makes cache keys reproducible in Delegated permission contexts
- Makes auth code optional to support cases when AuthCodeContext is used with an already cached token

## [1.3.0] - 2024-11-14

### Changed
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.3.0"
"microsoft/kiota-authentication-phpleague": "^1.3.1"
}
}
```
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.1.0";
public const VERSION = "1.3.1";
}

0 comments on commit 7fddd49

Please sign in to comment.