diff --git a/README.md b/README.md index aa90baee..fed1e954 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,11 @@ $decoded = json_decode(json_encode($decoded), true); Changelog --------- +#### 6.3.0 / 2022-07-15 + + - Added ES256 support to JWK parsing ([#399](https://github.com/firebase/php-jwt/pull/399)) + - Fixed potential caching error in `CachedKeySet` by caching jwks as strings ([#435](https://github.com/firebase/php-jwt/pull/435)) + #### 6.2.0 / 2022-05-14 - Added `CachedKeySet` ([#397](https://github.com/firebase/php-jwt/pull/397))