diff --git a/CHANGELOG.md b/CHANGELOG.md index 748afcda2f96977a391e30358b9fa1e86aae6b8a..b0cbf39ad7ec6263095b5e7491594f76f0a911ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [5.0.0](https://github.com/CESNET/simplesamlphp-module-privacyidea/compare/v4.1.1...v5.0.0) (2022-03-25) + + +### Bug Fixes + +* fix hiding of alternate methods ([4980b54](https://github.com/CESNET/simplesamlphp-module-privacyidea/commit/4980b54c0dc5fd8b2a26589dacfd583c4908e5cc)) +* improve behavior when preferredToken=webAuthn in unsupported browser ([8ff3a55](https://github.com/CESNET/simplesamlphp-module-privacyidea/commit/8ff3a557ac5e9916451e814aa8907bb5f638078e)) +* represent booleans with booleans ([980c73a](https://github.com/CESNET/simplesamlphp-module-privacyidea/commit/980c73a384068c3eab0f7974c01ef9daae4ab772)) +* support OTP for users without JavaScript ([9f55899](https://github.com/CESNET/simplesamlphp-module-privacyidea/commit/9f5589996062f21fcc3eb75aa9144463be55e2e8)) + + +### Features + +* improve WebAuthn user experience ([f72b19b](https://github.com/CESNET/simplesamlphp-module-privacyidea/commit/f72b19b60e3ca452714ce00fe2f34efef50bc0da)) +* messageOverride configuration option ([0e5db60](https://github.com/CESNET/simplesamlphp-module-privacyidea/commit/0e5db60ab49afb45ca2a38f8383243c41f39da0c)) +* translation improvements ([cb7f384](https://github.com/CESNET/simplesamlphp-module-privacyidea/commit/cb7f384a723f9c057c54cc46b8cafb1ff9ca1e60)) + + +### BREAKING CHANGES + +* renamed dictionary entries, changed HTML structure +* configuration options need to be booleans instead of strings "true" and "false" + ## [4.1.1](https://github.com/CESNET/simplesamlphp-module-privacyidea/compare/v4.1.0...v4.1.1) (2022-03-24)