Skip to content

Commit

Permalink
chore: update changelog for v6.0.0 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jan 24, 2022
1 parent edda0f9 commit 8699eb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ JWT::decode($payload, JWK::parseKeySet($jwks));
Changelog
---------

#### 6.0.0 / 2022-01-24

- New Key object to prevent key/algorithm type confusion (#365)
- Add JWK support (#273)
- Add ES256 support (#256)
- Add ES384 support (#324)
- Add Ed25519 support (#343)

#### 5.0.0 / 2017-06-26
- Support RS384 and RS512.
See [#117](https://github.com/firebase/php-jwt/pull/117). Thanks [@joostfaassen](https://github.com/joostfaassen)!
Expand Down

0 comments on commit 8699eb9

Please sign in to comment.