Skip to content

Commit

Permalink
Update CHANGELOG for v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Sep 29, 2023
1 parent e94beac commit efc5345
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog
## Unreleased
## v1.11.0

**Changes:**

- Avoid reliance on pydantic symbols in the public interface ([#172](https://github.com/duo-labs/py_webauthn/pull/172))
- Allow `verify_registration_response` and `verify_authentication_response` to receive credentials in JSON format
- The `credential` argument in `verify_registration_response()` and `verify_authentication_response()` can now also be a stringified JSON `str` or a plain JSON `dict` version of a WebAuthn response ([#172](https://github.com/duo-labs/py_webauthn/pull/172), [#178](https://github.com/duo-labs/py_webauthn/pull/178))
- Various methods will now raise `webauthn.helpers.exceptions.InvalidCBORData` when there is a problem parsing CBOR-encoded data ([#179](https://github.com/duo-labs/py_webauthn/pull/179))
- Updated dependencies to `cbor2==5.4.6` and `cryptography==41.0.4` ([#178](https://github.com/duo-labs/py_webauthn/pull/178))

## v1.10.1

Expand Down

0 comments on commit efc5345

Please sign in to comment.