From 32fb4fb020def24aa08d220347e3e131cf41eb56 Mon Sep 17 00:00:00 2001 From: Kelvin Mo Date: Sat, 29 Jan 2022 09:56:06 +1100 Subject: [PATCH] Version 0.6.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 086b94e..1aeb238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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