Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Backfill changelog (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed authored Oct 29, 2021
1 parent bbe2e40 commit 9902053
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Server::setRegistrations(RegistrationInterface[])
- Server::setSignRequests(SignRequest[])


## [1.2.0] - 2021-10-26
### Added
- Support for WebAuthn protocols and APIs
Support for WebAuthn protocols and APIs

- WebAuthn\RegistrationResponse
- WebAuthn\LoginResponse

## [1.1.0] - 2021-10-25
### Added
- AttestationCertificate
- AttestationCertificateInterface
- ECPublicKey
- KeyHandleInterface
- LoginResponseInterface
- PublicKeyInterface
- RegistrationInterface
- RegistrationResponseInterface

### Changed
- Type information improved throughout
- RegisterResponse implements RegistrationResponseInterface
- Registration implements RegistrationInterface
- SignResponse implements LoginResponseInterface-

## [1.0.1] - 2019-06-07
### Changed
- Handle missing `cid_pubkey` field in response client data

## [1.0.0] - 2018-04-29
Initial Release

0 comments on commit 9902053

Please sign in to comment.