Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmo committed Dec 11, 2024
2 parents 6b4efd9 + 20934e1 commit 81fd27a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 81fd27a

Please sign in to comment.