Skip to content

Commit

Permalink
chore: prepare v6.3.0 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jul 15, 2022
1 parent 608668e commit 018dfc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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))
Expand Down

0 comments on commit 018dfc4

Please sign in to comment.