Skip to content

Commit 87eefea

Browse files
authored
Prep for release
1 parent c02f771 commit 87eefea

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
### Added
10+
*
11+
12+
### Changed
13+
*
14+
15+
### Removed
16+
*
17+
18+
19+
## [0.9.0]
20+
921
### Added
1022
* php 7.4 deprecates array_key_exists on objects, use property_exists in getVerifiedClaims and requestUserInfo
1123
* Adding a header to indicate JSON as the return type for userinfo endpoint #151
@@ -33,9 +45,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3345
* Added strict type comparisons #167
3446
* Bugfix: required `openid` scope was omitted when additional scopes were registered using `addScope` method. This resulted in failing OpenID process.
3547

36-
### Removed
37-
*
38-
3948
## [0.8.0]
4049

4150
### Added

0 commit comments

Comments
 (0)