Skip to content

Commit e0a75bf

Browse files
committed
Update README and bump to v2.2.0
1 parent dcaa08e commit e0a75bf

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ $decoded = JWT::decode($jwt, $key, array('HS256'));
6464
Changelog
6565
---------
6666

67+
#### 2.2.0 / 2015-06-22
68+
- Add support for adding custom, optional JWT headers to `JWT::encode()`. See
69+
[#53](https://github.com/firebase/php-jwt/pull/53/files) for details. Thanks to
70+
[@mcocaro](https://github.com/mcocaro)!
71+
6772
#### 2.1.0 / 2015-05-20
6873
- Add support for adding a leeway to `JWT:decode()` that accounts for clock skew
6974
between signing and verifying entities. Thanks to [@lcabral](https://github.com/lcabral)!

composer.lock

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.phar

1.05 MB
Binary file not shown.

package.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<email>[email protected]</email>
2020
<active>yes</active>
2121
</lead>
22-
<date>2015-05-20</date>
22+
<date>2015-06-22</date>
2323
<version>
24-
<release>2.1.0</release>
25-
<api>2.1.0</api>
24+
<release>2.2.0</release>
25+
<api>2.2.0</api>
2626
</version>
2727
<stability>
2828
<release>beta</release>

0 commit comments

Comments
 (0)