Skip to content

Commit

Permalink
Update README and bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdimarco committed Jun 22, 2015
1 parent dcaa08e commit e0a75bf
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ $decoded = JWT::decode($jwt, $key, array('HS256'));
Changelog
---------

#### 2.2.0 / 2015-06-22
- Add support for adding custom, optional JWT headers to `JWT::encode()`. See
[#53](https://github.com/firebase/php-jwt/pull/53/files) for details. Thanks to
[@mcocaro](https://github.com/mcocaro)!

#### 2.1.0 / 2015-05-20
- Add support for adding a leeway to `JWT:decode()` that accounts for clock skew
between signing and verifying entities. Thanks to [@lcabral](https://github.com/lcabral)!
Expand Down
19 changes: 19 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added composer.phar
Binary file not shown.
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<email>operations@firebase.com</email>
<active>yes</active>
</lead>
<date>2015-05-20</date>
<date>2015-06-22</date>
<version>
<release>2.1.0</release>
<api>2.1.0</api>
<release>2.2.0</release>
<api>2.2.0</api>
</version>
<stability>
<release>beta</release>
Expand Down

0 comments on commit e0a75bf

Please sign in to comment.