CHANGELOG.md in webauthn-1.7.0 vs CHANGELOG.md in webauthn-1.8.0
- old
+ new
@@ -1,7 +1,18 @@
# Changelog
+## [v1.8.0] - 2019-01-17
+
+### Added
+
+- Make challenge validation inside `#valid?` method resistant to timing attacks. Thank you @tomek-bt!
+- Support for ruby 2.6
+
+### Changed
+
+- Make current raised exception errors a bit more meaningful to aid debugging
+
## [v1.7.0] - 2018-11-08
### Added
- _Registration_ ceremony
@@ -102,9 +113,10 @@
- _Registration_ ceremony:
- `WebAuthn.credential_creation_options` returns default options for you to initiate the _Registration_
- `WebAuthn::AuthenticatorAttestationResponse.valid?` can be used to validate fido-u2f attestations returned by the browser
- Works with ruby 2.5
+[v1.8.0]: https://github.com/cedarcode/webauthn-ruby/compare/v1.7.0...v1.8.0/
[v1.7.0]: https://github.com/cedarcode/webauthn-ruby/compare/v1.6.0...v1.7.0/
[v1.6.0]: https://github.com/cedarcode/webauthn-ruby/compare/v1.5.0...v1.6.0/
[v1.5.0]: https://github.com/cedarcode/webauthn-ruby/compare/v1.4.0...v1.5.0/
[v1.4.0]: https://github.com/cedarcode/webauthn-ruby/compare/v1.3.0...v1.4.0/
[v1.3.0]: https://github.com/cedarcode/webauthn-ruby/compare/v1.2.0...v1.3.0/