From 80b955899154c5ec07486e5b6eea344735eedc81 Mon Sep 17 00:00:00 2001
From: Kelvin Mo <kmo@users.sourceforge.net>
Date: Sat, 21 Sep 2024 17:47:21 +1000
Subject: [PATCH] Version 0.9.2

---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

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