Skip to content

Commit 9db5eeb

Browse files
committed
Add Changelog
1 parent ffcfd88 commit 9db5eeb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ $decoded_array = (array) $decoded;
4848
?>
4949
```
5050

51+
Changelog
52+
---------
53+
54+
#### 2.0.0 / 2015-04-01
55+
- **Note**: It is strongly recommended that you update to > v2.0.0 to address
56+
known security vulnerabilities in prior versions when both symmetric and
57+
asymmetric keys are used together.
58+
- Update signature for `JWT::decode(...)` to require an array of supported
59+
algorithms to use when verifying token signatures.
60+
61+
5162
Tests
5263
-----
5364
Run the tests using phpunit:

0 commit comments

Comments
 (0)