diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d888c..fb4fccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.9.2] + +- Fixed: `RSAKey` cannot parse PKCS#8 encoded RSA private keys (#206) + ## [0.9.1] - Fixed: Deprecation warning in constructor of AESGCMKeyWrap (#197) @@ -210,6 +214,7 @@ All notable changes to this project will be documented in this file. - Initial release +[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/simpleid/compare/v0.8.2...v0.9.0 [0.8.2]: https://github.com/kelvinmo/simpleid/compare/v0.8.1...v0.8.2