diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c2e03..9cfa513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file. (most notably `symfony/console`). `jwkstool` is now available as a separate package `kelvinmo/jwkstool` +## [0.9.3] + +- Fixed: Issue with gmp_pow for certain versions of PHP (#214) + + ## [0.9.2] - Fixed: `RSAKey` cannot parse PKCS#8 encoded RSA private keys (#206) @@ -221,7 +226,8 @@ All notable changes to this project will be documented in this file. - Initial release -[Unreleased]: https://github.com/kelvinmo/simplejwt/compare/v0.9.2...HEAD +[Unreleased]: https://github.com/kelvinmo/simplejwt/compare/v0.9.3...HEAD +[0.9.3]: https://github.com/kelvinmo/simplejwt/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/kelvinmo/simplejwt/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/kelvinmo/simplejwt/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/kelvinmo/simplejwt/compare/v0.8.2...v0.9.0