diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1ef9c..6508648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.0](https://github.com/adhocore/php-jwt/releases/tag/1.1.0) (2020-10-09) + +### Features +- Decode option without verify exp or sign (Jitendra Adhikari) [_e2dc2a6_](https://github.com/adhocore/php-jwt/commit/e2dc2a6) + + ## [1.0.1](https://github.com/adhocore/php-jwt/releases/tag/1.0.1) (2020-02-01) ### Miscellaneous diff --git a/VERSION b/VERSION index 7dea76e..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.1.0