From 1b610d3570e7a005a92839d6f6788740b9cfe4e7 Mon Sep 17 00:00:00 2001 From: Kelvin Mo Date: Sat, 6 Jul 2024 12:51:16 +1000 Subject: [PATCH] Version 0.9.1 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5876ca..92d888c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.9.1] - Fixed: Deprecation warning in constructor of AESGCMKeyWrap (#197) @@ -210,7 +210,7 @@ All notable changes to this project will be documented in this file. - Initial release -[Unreleased]: https://github.com/kelvinmo/simplejwt/compare/v0.9.0...HEAD +[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 [0.8.1]: https://github.com/kelvinmo/simpleid/compare/v0.8.0...v0.8.1