Skip to content

Commit 8699eb9

Browse files
authored
chore: update changelog for v6.0.0 (#391)
1 parent edda0f9 commit 8699eb9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ JWT::decode($payload, JWK::parseKeySet($jwks));
206206
Changelog
207207
---------
208208

209+
#### 6.0.0 / 2022-01-24
210+
211+
- New Key object to prevent key/algorithm type confusion (#365)
212+
- Add JWK support (#273)
213+
- Add ES256 support (#256)
214+
- Add ES384 support (#324)
215+
- Add Ed25519 support (#343)
216+
209217
#### 5.0.0 / 2017-06-26
210218
- Support RS384 and RS512.
211219
See [#117](https://github.com/firebase/php-jwt/pull/117). Thanks [@joostfaassen](https://github.com/joostfaassen)!

0 commit comments

Comments
 (0)