Skip to content

Commit

Permalink
chore: update CHANGELOG for v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Mar 23, 2022
1 parent 5bbc90c commit fbb2967
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -222,6 +222,11 @@ $decoded = json_decode(json_encode($decoded), true);
Changelog
---------

#### 6.1.0 / 2022-03-23

- Drop support for PHP 5.3, 5.4, 5.5, 5.6, and 7.0
- Add parameter typing and return types where possible

#### 6.0.0 / 2022-01-24

- **Backwards-Compatibility Breaking Changes**: See the [Release Notes](https://github.com/firebase/php-jwt/releases/tag/v6.0.0) for more information.
Expand Down

0 comments on commit fbb2967

Please sign in to comment.