diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6050505..9505fa55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ We will continue to post relevant release notes on the GitHub release page. More More information about our release strategy can be found in the [Development Guidelines](https://github.com/OpenConext/OpenConext-engineblock/wiki/Development-Guidelines#release-notes) on the EngineBlock wiki. +## 6.14.1 + +New features: +* Authentication logging additions + +Bugfix: +* Locale is considered when providing keywords to WAYF +* Re-add missing CSS class for PEP error screen +* Update subject-id validation regexp +* Set the proper content-type for SAML-metadata +* When AM error occurs, accept any type of exception for logging + +Maintenance: +* Remove unused Xml Validator class +* Update an npm dependency + ## 6.14.0 * Support overriding StepUp EntityId #1279 * Check for needed parameters before constructing an auth failed response. #1289