From 880e351feb85b8124d82e84c5234b0cb729fd3d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 25 Mar 2022 12:33:48 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [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" --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748afcd..b0cbf39 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) -- GitLab