Skip to content

Commit 4af1d11

Browse files
committed
release: 1.0.0
1 parent 5d69bcf commit 4af1d11

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased]
8-
* User-Agent is set for any HTTP method in fetchURL() (not just POST). #382
9-
* Update visibility of getWellKnownConfigValue to protected. #363
10-
* Fixed issue on authentication for php8. #354
11-
* Support for signed and encrypted UserInfo response. #305
12-
* Support for signed and encrypted ID Token. #305
13-
* Update construct typehint in docblock. #364
14-
* Fixed LogoutToken verification for single value aud claims #334
15-
* Added function to set useragent #370
16-
* Update well known config value function response types #376
7+
## [1.0.0] - 2023-12-13
178

189
### Added
19-
- Support for signed and encrypted UserInfo response. #305
20-
- Support for signed and encrypted ID Token. #305
10+
- PHP 7.0 is required. #327
11+
- Support for signed and encrypted UserInfo response and ID Token. #305
12+
- Allow to set User-Agent header. #370
13+
14+
### Fixed
15+
- User-Agent is set for any HTTP method in fetchURL() (not just POST). #382
16+
- Update visibility of getWellKnownConfigValue to protected. #363
17+
- Fixed issue on authentication for php8. #354
18+
- Update construct typehint in docblock. #364
19+
- Fixed LogoutToken verification for single value aud claims. #334
20+
- Update well known config value function response types. #376
2121

2222
## [0.9.10] - 2022-09-30
2323

0 commit comments

Comments
 (0)