Skip to content

Commit 608668e

Browse files
authored
chore: update changelog for v6.2.0 (#434)
1 parent 1494082 commit 608668e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,11 @@ $decoded = json_decode(json_encode($decoded), true);
261261
Changelog
262262
---------
263263

264+
#### 6.2.0 / 2022-05-14
265+
266+
- Added `CachedKeySet` ([#397](https://github.com/firebase/php-jwt/pull/397))
267+
- Added `$defaultAlg` parameter to `JWT::parseKey` and `JWT::parseKeySet` ([#426](https://github.com/firebase/php-jwt/pull/426)).
268+
264269
#### 6.1.0 / 2022-03-23
265270

266271
- Drop support for PHP 5.3, 5.4, 5.5, 5.6, and 7.0

0 commit comments

Comments
 (0)