Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.66 KB

File metadata and controls

39 lines (30 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.0 - 2025-09-22

Changed

  • Update jwt dependency to support both v2 and v3. (#23)

0.4.0 - 2019-12-29

Fixed

  • Root certificate loading when this gem is used as a dependency

Changed

  • Rename Statement#certificates to Statement#certificate_chain

0.3.0 - 2019-12-29

Added

  • Statement#certificates exposes the certificate chain used during verification
  • Statement#verify takes an optional time argument, defaulting to the current time. This can be used for testing captured statements from real devices without needing stubbing.

0.2.0 - 2019-12-28

Fixed

  • Fixed loading bundled root certificates

0.1.0 - 2019-12-28

Added

  • Extracted from webauthn-ruby after discussion with the maintainers. Thanks for the feedback @grzuy and @brauliomartinezlm!