diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f52e94..ab43f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [1.0.1] - Fixed: Uncaught `SodiumException` if an error occurs in functions that use libsodium (#218) @@ -231,7 +231,7 @@ All notable changes to this project will be documented in this file. - Initial release -[Unreleased]: https://github.com/kelvinmo/simplejwt/compare/v0.1.0...HEAD +[1.0.1]: https://github.com/kelvinmo/simplejwt/compare/v0.1.0...v1.0.1 [1.0.0]: https://github.com/kelvinmo/simplejwt/compare/v0.9.3...v1.0.0 [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