Skip to content

Commit f418c31

Browse files
committed
Merge branch '2-stable'
2 parents 3c2d2fa + 1220142 commit f418c31

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Ability to define multiple relying parties with the introduction of the `WebAuthn::RelyingParty` class ([@padulafacundo], [@brauliomartinezlm])
88

9+
## [v2.4.1] - 2021-02-15
10+
11+
### Fixed
12+
13+
- Fix verification of new credential if no attestation provided and 'None' type is not among configured `acceptable_attestation_types`. I.e. reject it instead of letting it go through.
14+
915
## [v2.4.0] - 2020-09-03
1016

1117
### Added
@@ -308,6 +314,7 @@ Note: Both additions should help making it compatible with Chrome for Android 70
308314
- Works with ruby 2.5
309315

310316
[v3.0.0.alpha1]: https://github.com/cedarcode/webauthn-ruby/compare/2-stable...v3.0.0.alpha1/
317+
[v2.4.1]: https://github.com/cedarcode/webauthn-ruby/compare/v2.4.0...v2.4.1/
311318
[v2.4.0]: https://github.com/cedarcode/webauthn-ruby/compare/v2.3.0...v2.4.0/
312319
[v2.3.0]: https://github.com/cedarcode/webauthn-ruby/compare/v2.2.1...v2.3.0/
313320
[v2.2.1]: https://github.com/cedarcode/webauthn-ruby/compare/v2.2.0...v2.2.1/

0 commit comments

Comments
 (0)