CHANGELOG.md in webauthn-1.5.0 vs CHANGELOG.md in webauthn-1.6.0
- old
+ new
@@ -1,7 +1,13 @@
# Changelog
+## [v1.6.0] - 2018-11-01
+
+### Added
+
+- `FakeAuthenticator` object is now exposed to help you test your WebAuthn implementation
+
## [v1.5.0] - 2018-10-23
### Added
- Works with ruby 2.3. Thank you @bdewater!
@@ -89,9 +95,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.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/
[v1.2.0]: https://github.com/cedarcode/webauthn-ruby/compare/v1.1.0...v1.2.0/
[v1.1.0]: https://github.com/cedarcode/webauthn-ruby/compare/v1.0.0...v1.1.0/