From ee0cfbfa94df2cb7f7e08cf5d9f43694efd8f459 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 15 Jul 2022 09:47:06 -0700 Subject: [PATCH 1/2] chore: prepare 6.3.0 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aa90baee..51725ed1 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) + - Fixed potential caching error in `CachedKeySet` by caching jwks as strings (#435) + #### 6.2.0 / 2022-05-14 - Added `CachedKeySet` ([#397](https://github.com/firebase/php-jwt/pull/397)) From fe6c9e993566a789f88ba53e1161f70c13f87861 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 15 Jul 2022 09:48:01 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51725ed1..fed1e954 100644 --- a/README.md +++ b/README.md @@ -263,8 +263,8 @@ Changelog #### 6.3.0 / 2022-07-15 - - Added ES256 support to JWK parsing (#399) - - Fixed potential caching error in `CachedKeySet` by caching jwks as strings (#435) + - 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