From 7be38be967dd7845d0700924a69af34ef1c4077f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:03:27 +0100 Subject: [PATCH] release: 1.0.0 (#402) --- CHANGELOG.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f127d2..d4be9ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] -* User-Agent is set for any HTTP method in fetchURL() (not just POST). #382 -* Update visibility of getWellKnownConfigValue to protected. #363 -* Fixed issue on authentication for php8. #354 -* Support for signed and encrypted UserInfo response. #305 -* Support for signed and encrypted ID Token. #305 -* Update construct typehint in docblock. #364 -* Fixed LogoutToken verification for single value aud claims #334 -* Added function to set useragent #370 -* Update well known config value function response types #376 +## [1.0.0] - 2023-12-13 ### Added -- Support for signed and encrypted UserInfo response. #305 -- Support for signed and encrypted ID Token. #305 +- PHP 7.0 is required. #327 +- Support for signed and encrypted UserInfo response and ID Token. #305 +- Allow to set User-Agent header. #370 + +### Fixed +- User-Agent is set for any HTTP method in fetchURL() (not just POST). #382 +- Update visibility of getWellKnownConfigValue to protected. #363 +- Fixed issue on authentication for php8. #354 +- Update construct typehint in docblock. #364 +- Fixed LogoutToken verification for single value aud claims. #334 +- Update well known config value function response types. #376 ## [0.9.10] - 2022-09-30