Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmo committed Jan 28, 2022
1 parent c75a1a3 commit 32fb4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Unreleased
## 0.6.0

- Added: Support for Elliptic Curve Diffie-Hellman Ephemeral Static algorithms
- Added: JWT::tokenHash() to calculate OpenID Connect access token hash values
Expand All @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
TOKEN_PARSE_ERROR to SIGNATURE_VERIFICATION_ERROR (for JWSs) and
DECRYPTION_ERROR (for JWEs), so that they are consistent with their
single-recipient equivalents
- Fixed: Decoding JSON formatted JWEs
- Fixed: Decoding JSON formatted JWEs and JWKs
- Fixed: Parsing multi-recipient JWTs and JWEs

## 0.5.3
Expand Down

0 comments on commit 32fb4fb

Please sign in to comment.