Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jumbojett authored Mar 9, 2020
1 parent c02f771 commit 87eefea
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
*

### Changed
*

### Removed
*


## [0.9.0]

### Added
* php 7.4 deprecates array_key_exists on objects, use property_exists in getVerifiedClaims and requestUserInfo
* Adding a header to indicate JSON as the return type for userinfo endpoint #151
Expand Down Expand Up @@ -33,9 +45,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Added strict type comparisons #167
* Bugfix: required `openid` scope was omitted when additional scopes were registered using `addScope` method. This resulted in failing OpenID process.

### Removed
*

## [0.8.0]

### Added
Expand Down

0 comments on commit 87eefea

Please sign in to comment.